# 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" name = "degenverate" version = "0.2.5" authors = ["arm32x "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Loads environment variables from an environment.d directory" readme = "README.md" license = "MIT" repository = "https://codeberg.org/arm32x/degenverate" [[bin]] name = "degenverate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.dirs] version = "5.0.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.indexmap] version = "1.9.3" optional = true [dependencies.memchr] version = "2.7.1" optional = true [dependencies.serde_json] version = "1.0.127" optional = true [dependencies.shell-escape] version = "0.1.5" [features] default = [ "inject", "json", "preserve_order", ] inject = ["memchr"] json = [ "serde_json", "indexmap?/serde", ] preserve_order = ["indexmap"]