# 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 = "configit" version = "0.3.1" authors = ["ltoddy "] description = "Zero-boilerplate configuration management in Rust" homepage = "https://github.com/ltoddy/configit" documentation = "https://docs.rs/configit" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ltoddy/configit" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" optional = true [features] default = ["toml_conf"] toml_conf = ["toml"] yaml_conf = ["serde_yaml"]