diff options
| author | mat <git@matdoes.dev> | 2025-03-25 03:54:22 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-03-25 03:54:22 +0000 |
| commit | 113222a3a25f0952958c0d0d19968090aa1f34d7 (patch) | |
| tree | 007f15282b5f84dabcced3b436ef97af5203491a /Cargo.lock | |
| parent | aa2039c86888e8ef47072fde63634ec58b22a654 (diff) | |
| download | azalea-drasl-113222a3a25f0952958c0d0d19968090aa1f34d7.tar.xz | |
use zlib-rs for compression
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1331,6 +1331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc" dependencies = [ "crc32fast", + "libz-rs-sys", "miniz_oxide", ] @@ -1949,6 +1950,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] +name = "libz-rs-sys" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "902bc563b5d65ad9bba616b490842ef0651066a1a1dc3ce1087113ffcb873c8d" +dependencies = [ + "zlib-rs", +] + +[[package]] name = "linked-hash-map" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3930,3 +3940,9 @@ dependencies = [ "quote", "syn", ] + +[[package]] +name = "zlib-rs" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b20717f0917c908dc63de2e44e97f1e6b126ca58d0e391cee86d504eb8fbd05" |
