# 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 = "2018" name = "keyring-manager" version = "0.5.1" authors = ["Veilid Team "] description = "Cross-platform library for managing passwords" readme = "README.md" keywords = [ "password", "cross-platform", "keychain", "keyring", ] license = "MIT OR Apache-2.0" [lib] crate-type = [ "staticlib", "cdylib", "rlib", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.directories] version = "5.0.1" [dependencies.fs4] version = "0.6.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.snailquote] version = "0.3.1" [dev-dependencies.clap] version = "4.4.1" [dev-dependencies.rpassword] version = "7.2.0" [dev-dependencies.serial_test] version = "2.0.0" [features] default = [] keyring_manager_android_tests = [ "android_logger", "backtrace", ] keyring_manager_ios_tests = [ "simplelog", "backtrace", ] macos-specify-keychain = [] [target."cfg(target_os = \"android\")".dependencies.android_logger] version = "^0" optional = true [target."cfg(target_os = \"android\")".dependencies.backtrace] version = "^0" optional = true [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.21.1" [target."cfg(target_os = \"android\")".dependencies.ndk] version = "^0.7" [target."cfg(target_os = \"android\")".dependencies.ndk-glue] version = "^0.7" features = ["logger"] [target."cfg(target_os = \"ios\")".dependencies.backtrace] version = "0.3.69" optional = true [target."cfg(target_os = \"ios\")".dependencies.core-foundation] version = "0.9.3" [target."cfg(target_os = \"ios\")".dependencies.core-foundation-sys] version = "0.8.4" [target."cfg(target_os = \"ios\")".dependencies.security-framework-sys] version = "2.9.0" default-features = false [target."cfg(target_os = \"ios\")".dependencies.simplelog] version = "0.12.1" optional = true [target."cfg(target_os = \"ios\")".dev-dependencies.tempfile] version = "3.8.0" [target."cfg(target_os = \"linux\")".dependencies.secret-service] version = "2.0.2" [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2.9.2" [target."cfg(target_os = \"macos\")".dev-dependencies.tempfile] version = "3.8.0" [target."cfg(target_os = \"windows\")".dependencies.byteorder] version = "1.4.3" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = [ "wincred", "minwindef", ]