# 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 = "confy" version = "0.6.1" authors = ["Katharina Fey "] description = "Boilerplate-free configuration management" documentation = "https://docs.rs/confy" readme = "README.md" license = "MIT/X11 OR Apache-2.0" repository = "https://github.com/rust-cli/confy" [[example]] name = "simple" [dependencies.directories] version = "5" [dependencies.ron] version = "0.8.0" optional = true [dependencies.serde] version = "^1.0" [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" optional = true [dev-dependencies.serde_derive] version = "^1.0" [dev-dependencies.tempfile] version = "3.2.0" [features] default = ["toml_conf"] ron_conf = ["ron"] toml_conf = ["toml"] yaml_conf = ["serde_yaml"]