# 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 = "2018" name = "rill-config" version = "0.41.0" authors = ["Denis Kolodin "] description = "Basic utils for configuration files." homepage = "https://github.com/rillrate/rillrate" documentation = "https://docs.rs/rill-config/" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/rillrate/rillrate" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.51" [dependencies.envy] version = "0.4.2" [dependencies.log] version = "0.4.14" [dependencies.meio] version = "0.95.1" [dependencies.serde] version = "1.0.130" [dependencies.tokio] version = "1.12.0" [dependencies.toml] version = "0.5.8"