keyring-manager 0.7.0

Cross-platform library for managing passwords
# 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"
rust-version = "1.85.1"
name = "keyring-manager"
version = "0.7.0"
authors = ["Veilid Team <contact@veilid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform library for managing passwords"
documentation = "https://docs.rs/keyring-manager"
readme = "README.md"
license = "MPL-2.0 OR MIT OR Apache-2.0"
repository = "https://gitlab.com/veilid/keyring-manager"

[features]
default = []
keyring_manager_android_tests = [
    "android_logger",
    "backtrace",
]
keyring_manager_ios_tests = [
    "simplelog",
    "backtrace",
]
macos-specify-keychain = []
rt-async-io-crypto-rust = ["secret-service?/rt-async-io-crypto-rust"]
rt-tokio-crypto-rust = ["secret-service?/rt-tokio-crypto-rust"]

[lib]
name = "keyring_manager"
crate-type = [
    "staticlib",
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.directories]
version = "6.0.0"

[dependencies.fs4]
version = "0.13.1"

[dependencies.log]
version = "0.4.29"

[dependencies.secret-service]
version = "5.1.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.unicode_categories]
version = "0.1.1"

[dev-dependencies.clap]
version = "4.6.0"

[dev-dependencies.rpassword]
version = "7.2.0"

[dev-dependencies.serial_test]
version = "3.4.0"

[target.'cfg(target_os = "android")'.dependencies.android_logger]
version = "0.15.1"
optional = true

[target.'cfg(target_os = "android")'.dependencies.backtrace]
version = "0.3.76"
optional = true

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.22.4"

[target.'cfg(target_os = "ios")'.dependencies.backtrace]
version = "0.3.76"
optional = true

[target.'cfg(target_os = "ios")'.dependencies.security-framework]
version = "3.7.0"

[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 = "5.1.0"

[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "3.7.0"

[target.'cfg(target_os = "macos")'.dev-dependencies.tempfile]
version = "3.27.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",
    "winerror",
    "errhandlingapi",
]