# 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-file2" version = "0.3.2" authors = [ "Marc-Antoine Perennou ", "lxl66566 ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extremely easy to read and write configuration file" documentation = "https://docs.rs/config-file2" readme = "README.md" keywords = [ "config", "configuration", ] categories = ["config"] license = "BSD-2-Clause" repository = "https://github.com/lxl66566/config-file" [lib] name = "config_file2" path = "src/lib.rs" [dependencies.quick-xml] version = "0.36.0" features = ["serialize"] optional = true [dependencies.ron_crate] version = "0.8" optional = true package = "ron" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yml] version = "0.0.11" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.toml_crate] version = "0.8.15" optional = true package = "toml" [features] all = [ "default", "json", "toml", "xml", "yaml", "ron", ] default = ["toml"] json = ["serde_json"] ron = ["ron_crate"] toml = ["toml_crate"] xml = ["quick-xml"] yaml = ["serde_yml"]