# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "conf_from_env" version = "0.1.0" edition = "2021" license = "AGPL-3.0-or-later" readme = "README.md" description = "Configurations and secrets defined in structs are automatically read from environment variables." homepage = "https://github.com/doheide/conf_from_env" repository = "https://github.com/doheide/conf_from_env" keywords = ["config", "env_vars"] [dependencies] #cfe_progmacro = { path = "./cfe_progmacro" } cfe_progmacro = "0.1.0" dotenv = "0.15.0" syn = "1.0.105" quote = "1.0.21"