# 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 = "2018" name = "okcodes-config" version = "0.14.3" authors = ["Ryan Leckey "] description = "Layered configuration system for Rust applications." homepage = "https://github.com/okcodes/config-rs" readme = "README.md" keywords = [ "config", "configuration", "settings", "env", "environment", ] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/okcodes/config-rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.convert_case] version = "0.6" optional = true [dependencies.indexmap] version = "2.2" features = ["serde"] optional = true [dependencies.json5_rs] version = "0.4.1" optional = true package = "json5" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7" [dependencies.pathdiff] version = "0.2" [dependencies.ron] version = "0.8" optional = true [dependencies.rust-ini] version = "0.21.0" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.toml] version = "0.8" optional = true [dependencies.yaml-rust2] version = "0.8" optional = true [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.futures] version = "0.3" [dev-dependencies.glob] version = "0.3" [dev-dependencies.log] version = "0.4" features = ["serde"] [dev-dependencies.notify] version = "6.0" [dev-dependencies.reqwest] version = "0.12.4" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.temp-env] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "fs", "io-util", "time", ] [dev-dependencies.warp] version = "0.3" [features] async = ["async-trait"] convert-case = ["convert_case"] default = [ "toml", "json", "yaml", "ini", "ron", "json5", "convert-case", "async", ] ini = ["rust-ini"] json = ["serde_json"] json5 = [ "json5_rs", "serde/derive", ] preserve_order = [ "indexmap", "toml?/preserve_order", "serde_json?/preserve_order", "ron?/indexmap", ] yaml = ["yaml-rust2"] [badges.maintenance] status = "actively-developed"