[dependencies.tryphon_macros]
version = "=0.2.0"
[dev-dependencies.rand]
version = "0.9.2"
[lib]
name = "tryphon"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "development-tools", "rust-patterns"]
description = "Type-safe configuration loading from environment variables using derive macros"
documentation = "https://docs.rs/tryphon"
edition = "2024"
homepage = "https://github.com/katlasik/tryphon"
keywords = ["config", "environment", "env", "configuration", "derive"]
license = "MIT"
name = "tryphon"
readme = "README.md"
repository = "https://github.com/katlasik/tryphon"
version = "0.2.0"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "decoders_tests"
path = "tests/decoders_tests.rs"
[[test]]
name = "default_tests"
path = "tests/default_tests.rs"
[[test]]
name = "enums_tests"
path = "tests/enums_tests.rs"
[[test]]
name = "env_overrides_tests"
path = "tests/env_overrides_tests.rs"
[[test]]
name = "fallback_tests"
path = "tests/fallback_tests.rs"
[[test]]
name = "nested_tests"
path = "tests/nested_tests.rs"
[[test]]
name = "optional_tests"
path = "tests/optional_tests.rs"
[[test]]
name = "parsing_tests"
path = "tests/parsing_tests.rs"
[[test]]
name = "secret_tests"
path = "tests/secret_tests.rs"