# 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" rust-version = "1.60.0" name = "dexios" version = "8.8.1" authors = ["brxken128 "] description = "Secure, fast and authenticated command-line encryption of files with modern algorithms and an audited encryption backend." homepage = "https://github.com/brxken128/dexios" documentation = "https://brxken128.github.io/dexios" readme = "README.md" keywords = [ "encryption", "utility", "file", "command-line", "secure", ] categories = [ "cryptography", "command-line-utilities", ] license = "BSD-2-Clause" repository = "https://github.com/brxken128/dexios/tree/master/dexios" resolver = "1" [dependencies.anyhow] version = "1.0.62" [dependencies.blake3] version = "1.3.1" [dependencies.clap] version = "3.2.17" features = ["cargo"] [dependencies.core] version = "1.2.0" package = "dexios-core" [dependencies.domain] version = "1.0.1" package = "dexios-domain" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.0" [dependencies.zip] version = "0.6.2" features = ["zstd"] default-features = false [badges.maintenance] status = "actively-developed"