devboy-storage 0.28.1

Secure credential storage for devboy-tools — OS keychain (macOS/Windows/Linux) with redacted SecretString plumbing.
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.87"
name = "devboy-storage"
version = "0.28.1"
authors = ["Meteora <dev@meteora.pro>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure credential storage for devboy-tools — OS keychain (macOS/Windows/Linux) with redacted SecretString plumbing."
homepage = "https://devboy.pro"
readme = "README.md"
keywords = [
    "devboy",
    "keychain",
    "credentials",
    "secrets",
    "storage",
]
categories = [
    "authentication",
    "os",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/meteora-pro/devboy-tools"
resolver = "2"

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

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

[dependencies.devboy-core]
version = "0.28.0"

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[target.'cfg(target_os = "linux")'.dependencies.keyring]
version = "3"
features = [
    "sync-secret-service",
    "crypto-rust",
]

[target.'cfg(target_os = "macos")'.dependencies.keyring]
version = "3"
features = ["apple-native"]

[target.'cfg(target_os = "windows")'.dependencies.keyring]
version = "3"
features = ["windows-native"]

[lints.rust]
unsafe_code = "forbid"