io-keyring 0.0.2

Set of I/O-free Rust coroutines and runtimes to manage keyring entries
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 = "2021"
rust-version = "1.56"
name = "io-keyring"
version = "0.0.2"
authors = ["soywod <clement.douin@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Set of I/O-free Rust coroutines and runtimes to manage keyring entries"
homepage = "https://pimalaya.org"
documentation = "https://docs.rs/io-keyring/latest/io_keyring"
readme = "README.md"
keywords = [
    "io-free",
    "coroutine",
    "runtime",
    "keyring",
    "keychain",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pimalaya/io-keyring"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]
std = []
vendored = ["keyring/vendored"]

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

[[example]]
name = "crud"
path = "examples/crud.rs"

[dependencies.keyring]
version = "3.6"
features = [
    "linux-native-sync-persistent",
    "crypto-rust",
    "apple-native",
    "windows-native",
]

[dependencies.log]
version = "0.4"

[dependencies.secrecy]
version = "0.10"

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

[dependencies.thiserror]
version = "2"

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