# 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 = "sample-config" version = "0.2.0" authors = ["Flix "] description = "Generation of sample configs with documentation comments." homepage = "https://github.com/FlixCoder/sample-config" documentation = "https://docs.rs/sample-config" readme = "README.md" keywords = [ "config", "sample", "generate", "macro", ] categories = [ "config", "value-formatting", ] license = "MIT" repository = "https://github.com/FlixCoder/sample-config" [dependencies.sample-config-macros] version = "0.2.0" [dependencies.tracing] version = "0.1.37" optional = true default-features = false [dependencies.url] version = "2.3.1" optional = true [dev-dependencies.json5] version = "0.4.1" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.14" [dev-dependencies.url] version = "2.3.1" features = ["serde"] [features] default = [ "yaml", "json", ] json = ["sample-config-macros/json"] tracing = ["dep:tracing"] url = ["dep:url"] yaml = ["sample-config-macros/yaml"]