# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "config-maint" version = "0.11.0" authors = ["Ryan Leckey ", "Matthias Beyer "] description = "Layered configuration system for Rust applications. (Maintenance fork)" homepage = "https://sr.ht/~matthiasbeyer/config-rs-maint/" documentation = "https://docs.rs/config-maint" readme = "README.md" keywords = ["config", "configuration", "settings", "env", "environment"] categories = ["config"] license = "MIT/Apache-2.0" repository = "https://git.sr.ht/~matthiasbeyer/config-rs-maint/" [dependencies.lazy_static] version = "1.0" [dependencies.nom] version = "5.0.0" [dependencies.rust-ini] version = "0.13" optional = true [dependencies.serde] version = "1.0.8" [dependencies.serde-hjson] version = "0.9" optional = true default-features = false [dependencies.serde_json] version = "1.0.2" optional = true [dependencies.toml] version = "0.5" optional = true [dependencies.yaml-rust] version = "0.4" optional = true [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.float-cmp] version = "0.6" [dev-dependencies.serde_derive] version = "1.0.8" [features] default = ["toml", "json", "yaml", "hjson", "ini"] hjson = ["serde-hjson"] ini = ["rust-ini"] json = ["serde_json"] yaml = ["yaml-rust"] [badges.maintenance] status = "actively-developed"