# 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 = "me0e" version = "0.2.5" authors = ["Ramiro Aisen "] description = "Metre, the configuration loader for Rust" documentation = "https://docs.rs/metre" readme = "README.md" keywords = [ "configuration", "config", "loader", "env", ] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/ramiroaisen/metre" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.json_comments] version = "0.2.2" optional = true [dependencies.metre-macros] version = "0.2.2" optional = true [dependencies.owo-colors] version = "4.0.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "rustls-tls", ] optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.13" optional = true [features] default = [ "derive", "env", "toml", "json", ] derive = ["dep:metre-macros"] env = [] full = [ "derive", "env", "toml", "yaml", "json", "jsonc", "url-blocking", "url-async", ] json = ["dep:serde_json"] jsonc = [ "dep:json_comments", "dep:serde_json", ] reqwest-rustls-tls = ["reqwest?/rustls-tls"] toml = ["dep:toml"] url-async = ["dep:reqwest"] url-blocking = [ "dep:reqwest", "reqwest/blocking", ] yaml = ["dep:serde_yaml"]