# 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 = "seecrets" version = "3.0.1" authors = ["Ben Raz"] description = "A password-protected way of creating and storing secrets" homepage = "https://github.com/benraz123/seecrets" documentation = "https://docs.rs/seecrets/latest" readme = "./README.md" keywords = [ "cli", "secure", "app", ] categories = ["command-line-utilities"] license-file = "./LICENSE" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.color-print] version = "0.3.4" [dependencies.magic-crypt] version = "3.1.12" [dependencies.rand] version = "0.8.5" [dependencies.requestty] version = "0.5.0" features = [ "macro", "macros", ] [dependencies.serde] version = "1.0.169" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.sha256] version = "1.1.4" [dependencies.sqlite] version = "0.31.0"