# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rwarden_crypto" version = "0.0.1" authors = ["Niklas Sauter "] description = "Bitwarden API client (crypto crate)" readme = "README.md" keywords = ["bitwarden", "api", "password", "password-manager"] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/nn1ks/rwarden" [dependencies.aes] version = "0.7.4" [dependencies.base64] version = "0.13.0" [dependencies.block-modes] version = "0.8.1" [dependencies.displaydoc] version = "0.2.3" [dependencies.generic-array] version = "0.14.4" [dependencies.hkdf] version = "0.11.0" features = ["std"] [dependencies.hmac] version = "0.11.0" features = ["std"] [dependencies.pbkdf2] version = "0.8.0" features = ["std"] default-features = false [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_repr] version = "0.1.7" [dependencies.sha2] version = "0.9.5" [dependencies.thiserror] version = "1.0.26"