# 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 = "lockit" version = "0.1.0" authors = ["Joshua Inscoe "] description = "Password protect your files with strong encryption." homepage = "https://github.com/pwnalone/lockit" readme = "README.md" keywords = [ "cryptography", "encryption", "decryption", "secrets", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pwnalone/lockit" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.ring] version = "0.17.8" [dependencies.rpassword] version = "7.3.1" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.58" [dependencies.zeroize] version = "1.7.0"