# 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 = "onetime-cli" version = "0.4.1" authors = ["einfachIrgendwer0815"] description = "Encrypt / decrypt files using the one-time pad." readme = "README.md" keywords = [ "otp", "one-time-pad", "cli", "encryption", "file-encryption", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/einfachIrgendwer0815/onetime-cli" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.4.7" features = ["cargo"] [dependencies.rand] version = "0.8.5" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.md5-rs] version = "0.1.5" [dev-dependencies.scopeguard] version = "1.1.0"