[package] name = "envf" version = "0.0.0" edition = "2021" # For OsStr::as_encoded_bytes rust-version = "1.74.0" description = "Runs a program with environment variables specified on the command line or in files" repository = "https://gitlab.com/sjohannes/envf" license = "GPL-3.0-or-later" keywords = ["dotenv", "env"] categories = ["command-line-utilities", "config"] include = [ "/LICENSE.txt", "/README.md", "/src/", ] [dependencies] dotenvy = "0.15.7" [profile.release] codegen-units = 1 lto = true opt-level = "z" panic = "abort" strip = true