secrets-rs 1.0.0

Safely surface secrets to Rust applications — masked by default, explicit opt-in for real values
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"
name = "secrets-rs"
version = "1.0.0"
authors = ["Chris Perfect <chris.perfect@gmail.com>"]
build = false
exclude = ["examples/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safely surface secrets to Rust applications — masked by default, explicit opt-in for real values"
homepage = "https://github.com/cperfect/secrets-rs"
readme = "README.md"
keywords = [
    "secrets",
    "configuration",
    "security",
    "env",
    "credentials",
]
categories = [
    "config",
    "authentication",
]
license = "MIT"
repository = "https://github.com/cperfect/secrets-rs"
resolver = "2"

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

[[test]]
name = "derive_bindable"
path = "tests/derive_bindable.rs"

[[test]]
name = "file_source"
path = "tests/file_source.rs"

[dependencies.secrets-rs-macros]
version = "1.0.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.tempfile]
version = "3"