# 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 = "cifra" version = "0.9.3+post3" authors = ["dante-signal31 "] description = "Console command to crypt and decrypt texts using classic methods." homepage = "https://github.com/dante-signal31/cifra" readme = "README.md" keywords = ["cipher", "caesar", "crypto"] categories = ["command-line-utilities", "cryptography"] license = "BSD-3-Clause" [package.metadata.deb] assets = [["target/release/cifra", "/usr/bin/", "755"], ["README.md", "/usr/share/doc/cifra/", "644"], ["man/cifra.1.gz", "/usr/share/man/man1/", "644"]] extended-description = "Console command to crypt and decrypt texts using classic methods. It also performs crypto attacks against those methods." priority = "optional" section = "utils" [lib] name = "cifra" path = "src/lib.rs" [[bin]] name = "cifra" path = "src/bin/main.rs" [dependencies.clap] version = "3.0.0-rc.5" [dependencies.diesel] version = "1.4.3" features = ["sqlite"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dirs] version = "4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.error-chain] version = "0.12.2" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.3.0" [dependencies.regex] version = "1.3.5" [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1" [dev-dependencies.float-cmp] version = "0.8.0" [dev-dependencies.rstest] version = "0.6.4" [dev-dependencies.test_common] version = "1.4.0"