ferrule-config 0.2.0-alpha

Connection registry, profiles, and the layered credential-resolution stack (CLI flag / env / OS keyring / file via hasp) for the ferrule database CLI.
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.75"
name = "ferrule-config"
version = "0.2.0-alpha"
authors = ["Ferrule Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Connection registry, profiles, and the layered credential-resolution stack (CLI flag / env / OS keyring / file via hasp) for the ferrule database CLI."
documentation = "https://docs.rs/ferrule-config"
readme = "README.md"
keywords = [
    "database",
    "credentials",
    "keyring",
    "config",
    "ferrule",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustpunk/ferrule"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "5"

[dependencies.hasp]
version = "0.2.0-alpha"
features = [
    "env",
    "keyring",
    "file",
]
default-features = false

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.secrecy]
version = "0.10"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

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