[package] name = "dotenv_codegen" version = "0.15.0" authors = [ "Santiago Lapresta ", "Craig Hills ", "Mike Piccolo ", "Alice Maz ", "Sean Griffin ", ] readme = "../README.md" keywords = ["environment", "env", "dotenv", "settings", "config"] license = "MIT" homepage = "https://github.com/dotenv-rs/dotenv" repository = "https://github.com/dotenv-rs/dotenv" description = "A `dotenv` implementation for Rust" edition = "2018" [dependencies] dotenv_codegen_implementation = { version = "0.15", path = "../dotenv_codegen_implementation" } proc-macro-hack = "0.5"