# 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 = "safe-box" version = "0.1.3" authors = ["misaka10987 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for managing a password database." homepage = "https://github.com/misaka10987/safe-box" documentation = "https://github.com/misaka10987/safe-box" readme = "README.md" keywords = [ "safe-box", "password", "safety", ] license = "MIT" repository = "https://github.com/misaka10987/safe-box" [lib] name = "safe_box" path = "src/lib.rs" [dependencies.argon2] version = "0.5.3" [dependencies.async-mutex] version = "1.4.0" [dependencies.base64] version = "0.22.1" [dependencies.crypto] version = "0.5.1" features = ["password-hash"] [dependencies.getrandom] version = "0.2.15" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.sqlx] version = "0.8.1" features = ["sqlite"] [dependencies.thiserror] version = "1.0.63"