# 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 = "fast_config" version = "1.2.1" authors = ["FlooferLand"] build = false exclude = [ "src/tests.rs", "test.cmd", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A small and simple multi-format crate to handle config files" documentation = "https://docs.rs/fast_config" readme = "README.md" keywords = [ "settings", "config", "configuration", "simple", "json5", ] categories = ["config"] license = "MIT" repository = "https://github.com/FlooferLand/fast_config" [package.metadata.docs.rs] all-features = true [lib] name = "fast_config" path = "src/lib.rs" [[example]] name = "advanced" path = "examples/advanced.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.json5] version = "0.4" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = false [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yml] version = "0.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" optional = true [dev-dependencies.env_logger] version = "0.11" [features] default = [] json = ["dep:serde_json"] json5 = [ "dep:json5", "dep:serde_json", ] toml = ["dep:toml"] yaml = ["dep:serde_yml"] [badges.maintenance] status = "actively-developed"