# 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 = "2018" name = "elfshaker" version = "0.9.0" authors = [ "Veselin Karaganev ", "Peter Waller ", ] description = "elfshaker stores binary objects efficiently" readme = "README.md" license = "Apache-2.0" license-file = "LICENSE" [[bin]] name = "elfshaker" path = "src/bin/elfshaker/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.crossbeam-utils] version = "0.8" [dependencies.fs2] version = "0.4.3" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.8.0" [dependencies.rmp-serde] version = "0.15.5" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.126" features = [ "derive", "rc", ] [dependencies.walkdir] version = "2.3.2" [dependencies.zstd] version = "0.9.0" features = ["zstdmt"]