# 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-spirit-fork" version = "0.1.0" authors = ["Ryan Leckey "] description = "Layered configuration system for Rust applications." readme = "README.md" keywords = ["config", "configuration", "settings", "env", "environment"] categories = ["config"] license = "MIT/Apache-2.0" repository = "https://github.com/vorner/config-rs" [dependencies.lazy_static] version = "1.0" [dependencies.nom] version = "4.0.0" [dependencies.rust-ini] version = "0.13" optional = true [dependencies.serde] version = "1.0.8" [dependencies.serde-hjson] version = "0.9" optional = true [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.4" [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"]