# 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 = "exaf-rs" version = "1.1.1" authors = ["Nathan Fiedler "] default-run = "exaf-rs" description = "Extensible archiver format." readme = "README.md" keywords = [ "archiver", "compressor", ] license = "MIT" repository = "https://github.com/nlfiedler/exaf-rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.argon2] version = "0.5.3" [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.4" [dependencies.libc] version = "0.2.153" [dependencies.os_str_bytes] version = "7.0.0" features = ["conversions"] [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.thiserror] version = "1.0.58" [dependencies.zstd] version = "0.13.1" [dev-dependencies.sha1] version = "0.10.6" [dev-dependencies.tempfile] version = "3.7.1"