[package] name = "volaris-cli" version = "0.0.5" authors = ["brxken128 ", "greendoescode "] readme = "README.md" edition = "2021" description = "Efficient, robust, and verified command-line file encryption." keywords = ["encryption", "utility", "file", "command-line", "secure"] categories = ["cryptography", "command-line-utilities"] repository = "https://github.com/volar-is/volaris/tree/master/volaris" homepage = "https://github.com/volar-is/volaris" license = "BSD-2-Clause" # this is for sites other than crates.io, who may still use it [badges] maintenance = { status = "actively-developed" } [dependencies] blake3 = "1.5.4" rand = "0.8.5" tools = { package = "volaris-tools", version = "0.0.4", path = "../volaris-tools" } corecrypto = { package = "volaris-crypto", path = "../volaris-crypto", version = "0.0.3" } clap = { version = "4.5.16", features = ["cargo"] } anyhow = "1.0.86" zip = { version = "2.2.0", default-features = false, features = ["zstd"] } rpassword = "7.3.1"