# 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" rust-version = "1.60" name = "more-options" version = "3.3.0" authors = ["Chris Martinez "] include = [ "src/*.rs", "README.md", ] description = "Provides support for options" homepage = "https://commonsensesoftware.github.io/more-rs-options/" readme = "README.md" keywords = [ "more", "options", ] license = "MIT" repository = "https://github.com/commonsensesoftware/more-rs-options" [package.metadata.docs.rs] features = [ "di", "cfg", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "options" path = "src/lib.rs" doctest = false [dependencies.maybe-impl] version = "0.1.0" optional = true [dependencies.more-changetoken] version = "2.0" [dependencies.more-config] version = "2.1" features = ["binder"] optional = true default-features = false [dependencies.more-di] version = "3.1" features = ["builder"] optional = true default-features = false [dependencies.serde] version = "1.0" optional = true [dev-dependencies.more-config] version = "2.1" features = [ "binder", "mem", "json", ] [dev-dependencies.more-di] version = "3.1" features = ["builder"] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "2.2" [features] async = [ "more-di?/async", "maybe-impl", ] cfg = [ "di", "more-config", "serde", ] di = ["more-di"]