# 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 = "keystore-rs" version = "0.1.2" authors = [ "Ryan Quinn Ford ", "Sebastian Pusch ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for securely generating, storing, and managing cryptographic keys with support for macOS and Linux keychain integration." homepage = "https://github.com/deltadevsde/keystore" readme = "README.md" license = "MIT" repository = "https://github.com/deltadevsde/keystore" [lib] name = "keystore_rs" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.base64] version = "0.22.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.ed25519-consensus] version = "2.1.0" [dependencies.hex] version = "0.4.3" [dependencies.mockall] version = "0.12.1" [dependencies.rand] version = "0.8.4" [target.'cfg(target_os = "linux")'.dependencies.keyring] version = "3.0.1" [target.'cfg(target_os = "macos")'.dependencies.security-framework] version = "2.4"