# 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 = "conrig" version = "0.3.0" authors = ["embers-of-the-fire "] description = "Configure once, use anywhere." homepage = "https://github.com/embers-of-the-fire/conrig/" readme = "README.md" keywords = [ "config", "configuration", "file", "file-system", ] categories = [ "config", "development-tools", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embers-of-the-fire/conrig.git" [package.metadata.docs.rs] features = ["default"] rustdoc-args = ["--generate-link-to-definition"] [dependencies.cfg-if] version = "1.0.0" [dependencies.directories] version = "5.0.1" [dependencies.ron] version = "0.8.1" optional = true [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.13" optional = true [dev-dependencies.serde_derive] version = "1.0.203" [features] all-format = [ "ron", "yaml", "json", "toml", ] default = [ "all-format", "full-desc", ] full-desc = [] json = ["serde_json"] yaml = ["serde_yaml"]