# 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 = "scuffle-config" version = "0.0.1" authors = ["Scuffle "] description = "Extensible config solution" readme = "README.md" keywords = [ "config", "cli", "proc-macro", ] categories = ["config"] license = "MIT" repository = "https://github.com/ScuffleTV/scuffle" [lib] name = "config" path = "src/lib.rs" [[example]] name = "derive" path = "examples/derive.rs" [dependencies.clap] version = "4.4" features = [ "cargo", "string", ] [dependencies.config_derive] version = "0.0.1" package = "scuffle_config_derive" [dependencies.convert_case] version = "0.6" [dependencies.humantime] version = "2.1" [dependencies.num-order] version = "1.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde-value] version = "0.7" [dependencies.serde_ignored] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.ulid] version = "1.1" features = [ "serde", "uuid", ] [dependencies.uuid] version = "1.6" features = ["serde"]