# 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 = "steelsafe" version = "0.1.0" authors = ["H2CO3 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple, personal TUI password manager" homepage = "https://h2co3.github.io/steelsafe/" documentation = "https://docs.rs/steelsafe" readme = "README.md" keywords = [ "password", "password-manager", "security", "cryptography", "crypto", ] categories = [ "authentication", "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/H2CO3/steelsafe/" [[bin]] name = "steelsafe" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" [dependencies.argon2] version = "0.5.3" features = [ "zeroize", "std", ] [dependencies.block-padding] version = "0.3.3" features = ["std"] [dependencies.chacha20poly1305] version = "0.10.1" features = ["std"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.crypto-common] version = "0.1.6" features = ["std"] [dependencies.directories] version = "5.0.1" [dependencies.nanosql] version = "0.9.1" features = ["chrono"] [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.28.1" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tui-textarea] version = "0.6.1" [dependencies.zeroize] version = "1.8.1" [dev-dependencies.zxcvbn] version = "3.1.0"