# 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 = "streaming-libdeflate-rs" version = "0.1.6" authors = ["Andrea Cracco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Streaming decompression RIIR of libdeflate" readme = "README.md" categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/Guilucand/streaming-libdeflate-rs" [lib] name = "streaming_libdeflate_rs" path = "src/lib.rs" [[bin]] name = "gzipd" path = "src/bin/gzipd.rs" [dependencies.crc32fast] version = "1.4.2" [dependencies.filebuffer] version = "1.0.0" [dependencies.mt-debug-counters] version = "0.1.3" [dependencies.nightly-quirks] version = "0.1.4" [dependencies.static_assertions] version = "1.1.0" [dependencies.structopt] version = "0.3.26" [dev-dependencies.rayon] version = "1.10.0"