# 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 = "secret-keeper" version = "0.3.5" authors = ["stevelr "] exclude = ["*.orig", "Cargo.lock", ".gitignore"] description = "envelope encryption with strong cryptography and key management" readme = "README.md" keywords = ["security", "crypto", "xchacha20", "aes", "lz4"] categories = ["cryptography", "api-bindings"] license = "Apache-2.0 OR MIT" repository = "https://github.com/stevelr/secret-keeper/" [dependencies.aead] version = "0.3" [dependencies.aes-gcm] version = "0.6" features = ["heapless"] [dependencies.async-trait] version = "0.1" [dependencies.bech32] version = "0.7" [dependencies.bytes] version = "0.5" [dependencies.chacha20poly1305] version = "0.5" [dependencies.getrandom] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.8" [dependencies.lazy_static] version = "1.4" [dependencies.lz-fear] version = "0.1" [dependencies.pbkdf2] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_urlencoded] version = "0.6" [dependencies.sha2] version = "0.9" [dependencies.strum] version = "0.18" [dependencies.strum_macros] version = "0.18" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["fs", "io-util", "macros", "rt-core", "sync"] [dependencies.typenum] version = "1.12" [dependencies.url] version = "2.1" [dependencies.zeroize] version = "1.1" features = ["zeroize_derive"] [dev-dependencies.bincode] version = "1.2" [dev-dependencies.mktemp] version = "0.4" [dev-dependencies.random-fast-rng] version = "0.1" [dev-dependencies.secret-keeper-test_util] version = "0.3"