[package]
name = "anda-config"
description = "Configuration module for Andaman"
version = "0.4.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/FyraLabs/anda"
[lib]
path = "./lib.rs"
[dependencies]
hcl-rs = { version = "0.15.0" }
dotenv = "0.15.0"
serde = { workspace = true }
tracing = "0.1"
ignore = { workspace = true }
once_cell = { version = "1.20", default-features = false, features = ["std"] }
parking_lot = "0.12.3"
[dev-dependencies]
env_logger = ">= 0.10, < 0.12"
[lints]
workspace = true