# 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 = "opzioni" version = "3.0.1" authors = ["Aurelio Buonomo"] description = "A slim and fast configuration library for Rust" readme = "README.md" keywords = [ "configuration", "config", "serde", ] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/auribuo/opzioni" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.64" optional = true [dependencies.serde_yaml] version = "0.9.21" optional = true [dependencies.tokio] version = "1.36.0" features = ["sync"] optional = true [dependencies.toml] version = "0.8.9" optional = true [dependencies.tracing] version = "0.1.37" optional = true [dev-dependencies.tokio] version = "1.36.0" features = [ "sync", "macros", "rt-multi-thread", ] [features] all = [ "json", "yaml", "toml", ] default = ["all"] json = ["dep:serde_json"] tokio = ["dep:tokio"] toml = ["dep:toml"] tracing = ["dep:tracing"] yaml = ["dep:serde_yaml"]