# 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] name = "configure_me_codegen" version = "0.4.8" authors = ["Martin Habovštiak "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for easy processing of application configuration from files, environment variables and command line arguments." homepage = "https://github.com/Kixunil/configure_me" readme = "README.md" keywords = [ "configuration", "arguments", "environment", "codegen", ] categories = [ "command-line-interface", "config", "encoding", ] license = "MITNFA" repository = "https://github.com/Kixunil/configure_me" [lib] name = "configure_me_codegen" path = "src/lib.rs" [[test]] name = "coalesced" path = "tests/coalesced.rs" [[test]] name = "config_ordering" path = "tests/config_ordering.rs" [[test]] name = "custom_args" path = "tests/custom_args.rs" [[test]] name = "custom_merge_fn" path = "tests/custom_merge_fn.rs" [[test]] name = "display" path = "tests/display.rs" [[test]] name = "doc" path = "tests/doc.rs" [[test]] name = "empty" path = "tests/empty.rs" [[test]] name = "error" path = "tests/error.rs" [[test]] name = "single_optional_param" path = "tests/single_optional_param.rs" [dependencies.cargo_toml] version = ">= 0.12.4, < 0.21.0" [dependencies.codespan-reporting] version = "0.11.1" optional = true [dependencies.fmt2io] version = "1.0.0" [dependencies.man] version = "0.1.1" optional = true [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.toml] version = "0.5.0" [dependencies.unicode-segmentation] version = "1.2" [dependencies.void] version = "1" [dev-dependencies.configure_me] version = "0.4.0" [dev-dependencies.tempfile] version = "3.3.0" [features] debconf = [] default = ["man"] spanned = ["codespan-reporting"] unstable-metabuild = []