# 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 = "volaris-cli" version = "0.0.5" authors = [ "brxken128 ", "greendoescode ", ] description = "Efficient, robust, and verified command-line file encryption." homepage = "https://github.com/volar-is/volaris" readme = "README.md" keywords = [ "encryption", "utility", "file", "command-line", "secure", ] categories = [ "cryptography", "command-line-utilities", ] license = "BSD-2-Clause" repository = "https://github.com/volar-is/volaris/tree/master/volaris" [dependencies.anyhow] version = "1.0.86" [dependencies.blake3] version = "1.5.4" [dependencies.clap] version = "4.5.16" features = ["cargo"] [dependencies.corecrypto] version = "0.0.3" package = "volaris-crypto" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.3.1" [dependencies.tools] version = "0.0.4" package = "volaris-tools" [dependencies.zip] version = "2.2.0" features = ["zstd"] default-features = false [badges.maintenance] status = "actively-developed"