# 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 = "config-items" version = "0.1.4" authors = ["Diego Florio "] description = "A library with common configuration items and utility functions" homepage = "https://github.com/diegoefe/config-items" documentation = "https://docs.rs/config-items/" readme = "README.md" keywords = [ "config", "configuration", "items", ] categories = ["config"] license = "MIT" repository = "https://github.com/diegoefe/config-items" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "config_items" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.yaml-merge-keys] version = "0.6" features = ["serde_yaml"] [dev-dependencies.clap] version = "3"