# 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" rust-version = "1.70.0" name = "configgen-rs" version = "0.1.3" authors = ["Maxime Mikotajewski "] description = "An attempt to make a crate based on config that generates a default configuration file on the filesystem if it does not exist yet" readme = "README.md" categories = [ "configuration", "encoding", ] license-file = "LICENSE" repository = "https://github.com/Quessou/configgen-rs" [dependencies.config] version = "0.13.3" features = [ "json", "json5", "toml", "ron", ] [dependencies.convert_case] version = "0.6" optional = true [dependencies.json5_rs] version = "0.4" optional = true package = "json5" [dependencies.ron] version = "0.8" optional = true [dependencies.serde] version = "1.0.173" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0.2" optional = true [dependencies.thiserror] version = "1.0.44" [dependencies.toml] version = "0.7" optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.temp-dir] version = "0.1.11" [features] convert-case = ["convert_case"] default = [ "toml", "json", "ron", "json5", "convert-case", ] json = ["serde_json"] json5 = ["json5_rs"]