[package] name = "biodome" version = "0.2.1" edition = "2021" description = "Reading and parsing env vars with defaults and structured types" homepage = "https://github.com/cjrh/biodome-rs" repository = "https://github.com/cjrh/biodome-rs" authors = ["Caleb Hattingh "] readme = "README.md" license-file = "LICENSE" keywords = ["env", "environment-variable"] include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] toml = "0.5.8" [dev-dependencies] uuid = { version = "0.8", features = ["v4"] }