# 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 = "universal-config" version = "0.5.0" description = "A library to simplify reading configuration files from various file formats." readme = "README.md" keywords = [ "config", "serde", ] license = "MIT" [dependencies.dirs] version = "5.0.0" [dependencies.libcorn] version = "0.9.2" optional = true [dependencies.ron] version = "0.8.1" optional = true [dependencies.serde] version = "1.0.197" [dependencies.serde-xml-rs] version = "0.6.0" optional = true [dependencies.serde_json] version = "1.0.115" optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.thiserror] version = "1.0.58" [dependencies.toml] version = "0.8.12" optional = true [dependencies.tracing] version = "0.1.40" [features] corn = ["libcorn"] default = [ "json", "yaml", "toml", "corn", "xml", "ron", ] json = ["serde_json"] xml = ["serde-xml-rs"] yaml = ["serde_yaml"]