# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.0" name = "envf" version = "0.0.0" build = false include = [ "/LICENSE.txt", "/README.md", "/src/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Runs a program with environment variables specified on the command line or in files" readme = "README.md" keywords = [ "dotenv", "env", ] categories = [ "command-line-utilities", "config", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/sjohannes/envf" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "envf" path = "src/main.rs" [dependencies.dotenvy] version = "0.15.7"