# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rlz" version = "0.2.0" authors = ["Matthias Petri "] description = "Relative Lempel-Ziv (RLZ): a LZ based compressor against a large static dictionary" homepage = "https://github.com/mpetri/rlz-rs" documentation = "https://docs.rs/rlz" readme = "README.md" license = "MIT" repository = "https://github.com/mpetri/rlz-rs" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.bytemuck] version = "1.12.1" [dependencies.bytes] version = "1.2.1" features = ["serde"] [dependencies.cdivsufsort] version = "2.0.0" [dependencies.metrohash] version = "1.0.6" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.thiserror] version = "1.0.32" [dependencies.tracing] version = "0.1.36" [dependencies.zstd] version = "0.11.2" [dev-dependencies.proptest] version = "1.0.0"