# 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 = "compresto" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to benchmark various compression algorithms" readme = "README.md" keywords = [ "compression", "lz4", "zstd", "snappy", "brotli", ] categories = [ "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/pkolaczk/compresto.git" [[bin]] name = "compresto" path = "src/main.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.brotlic-sys] version = "0.2.2" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.human_bytes] version = "0.4.3" [dependencies.lz4] version = "1.28.0" [dependencies.lzav] version = "0.1.0" [dependencies.lzma-sys] version = "0.1.20" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.snap] version = "1.1.1" [dependencies.xz2] version = "0.1.7" [dependencies.zstd] version = "0.13" features = ["experimental"]