# 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 = "cellar-core" version = "0.7.2" authors = ["Tyr Chen "] description = """ A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong. """ homepage = "https://github.com/tyrchen/cellar" documentation = "https://docs.rs/cellar" readme = "README.md" keywords = [ "password", "security", "cryptography", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/tyrchen/cellar" resolver = "1" [[bench]] name = "bench_cellar" harness = false [dependencies.base64] version = "0.21.0" [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.blake2s_simd] version = "1.0.1" [dependencies.c2-chacha] version = "0.3.3" [dependencies.certify] version = "0.5.2" [dependencies.ed25519-compact] version = "2.0.4" features = ["ed25519"] [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.10.0" [dependencies.rust-argon2] version = "1.0.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.zeroize] version = "1.5.7" features = ["zeroize_derive"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0"