keyring-core 0.7.4

Cross-platform library for managing passwords/secrets
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "keyring-core"
version = "0.7.4"
authors = ["Daniel Brotsky <dev@brotsky.com>"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform library for managing passwords/secrets"
homepage = "https://github.com/open-source-cooperative/keyring-core"
readme = "README.md"
keywords = [
    "password",
    "secret",
    "credential",
    "keychain",
    "cross-platform",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/open-source-cooperative/keyring-core.git"

[package.metadata.docs.rs]
features = ["sample"]

[features]
sample = [
    "dep:dashmap",
    "dep:ron",
    "dep:chrono",
    "dep:regex",
    "dep:serde",
    "dep:uuid",
]

[lib]
name = "keyring_core"
path = "src/lib.rs"

[[example]]
name = "ambiguity"
path = "examples/ambiguity.rs"
required-features = ["sample"]

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.dashmap]
version = "6.1"
features = ["serde"]
optional = true

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"
optional = true

[dependencies.ron]
version = "0.12"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.fastrand]
version = "2"