# 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 = "rust_keylock" version = "0.15.1" authors = ["aston "] description = "A password manager with goals to be Secure, Simple to use, Portable and Extensible" homepage = "https://rust-keylock.github.io/" documentation = "https://rust-keylock.github.io/rust-keylock-lib/rust_keylock/" readme = "README.md" keywords = [ "password", "manager", "safe", "encryption", "key", ] categories = [ "cryptography", "authentication", ] license = "GPL-3.0" repository = "https://github.com/rust-keylock/rust-keylock-lib" [lib] name = "rust_keylock" crate-type = [ "rlib", "dylib", ] [dependencies.aes] version = "0.8" [dependencies.async-trait] version = "0.1.41" [dependencies.base64] version = "0.21" [dependencies.bcrypt] version = "0.15" [dependencies.cipher] version = "0.4" [dependencies.ctr] version = "0.9" [dependencies.dirs] version = "3.0" [dependencies.futures] version = "0.3" [dependencies.hkdf] version = "0.12" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.openssl-probe] version = "0.1" [dependencies.percent-encoding] version = "2.3" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" [dependencies.rs-password-utils] version = "0.2" [dependencies.secstr] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.terminal-clipboard] version = "0.4.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" features = [ "preserve_order", "display", "parse", ] default-features = false [dependencies.url] version = "2.4" [dependencies.xml-rs] version = "0.8" [dependencies.zeroize] version = "1.6" features = ["zeroize_derive"] [dev-dependencies.lazy_static] version = "1.4" [badges.travis-ci] branch = "master" repository = "rust-keylock/rust-keylock-lib"