[dependencies.inventory]
version = "0.3.20"
[dependencies.shellexpand]
features = ["full"]
version = "3.1.0"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.toml]
features = ["default"]
version = "0.8.20"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.tempfile]
version = "3.19.1"
[[example]]
name = "hello-envs"
path = "examples/hello-envs/main.rs"
[lib]
name = "env_inventory"
path = "src/lib.rs"
[package]
authors = ["Ahmed Masud <ahmed.masud@saf.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple library to load globally available environment variables into a static inventory."
edition = "2021"
license = "MIT"
name = "env-inventory"
readme = "README.md"
repository = "https://github.com/safai-labs/env-inventory.git"
resolver = "2"
rust-version = "1.61"
version = "0.2.4"
[profile.dev]
incremental = false
[profile.release]
incremental = false