# 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 = "config-more-formats" version = "1.1.1" authors = ["Christopher König "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Additional formats for the config library." documentation = "https://docs.rs/config-more-formats" readme = "README.md" keywords = [ "config", "configuration", "config", "serde", ] categories = ["config"] license = "MIT" repository = "https://github.com/z0ne-dev/config-more-formats" [package.metadata.docs.rs] all-features = true [lib] name = "config_more_formats" path = "src/lib.rs" [dependencies.ason] version = "1.0.1" optional = true [dependencies.config] version = "0.14.0" default-features = false [dependencies.hcl-rs] version = "0.18.0" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-hjson] version = "1.0.0" optional = true [dependencies.serde-java-properties] version = "0.2.0" optional = true [dependencies.serde_yaml_ng] version = "0.10.0" optional = true [features] all = [ "yaml_ng", "json5", "properties", "hjson", "ron", "hcl", "ason", "json", "toml", "ini", ] ason = ["dep:ason"] default = [] hcl = ["dep:hcl-rs"] hjson = ["dep:serde-hjson"] ini = ["config/ini"] json = ["config/json"] json5 = ["config/json5"] properties = ["dep:serde-java-properties"] ron = ["config/ron"] toml = ["config/toml"] yaml = ["config/yaml"] yaml_ng = ["dep:serde_yaml_ng"] [badges.github] repository = "z0ne-dev/config-more-formats" [badges.is-it-maintained-issue-resolution] repository = "z0ne-dev/config-more-formats" [badges.is-it-maintained-open-issues] repository = "z0ne-dev/config-more-formats" [badges.maintenance] status = "passively-maintained" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(nightly)"]