# 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 = "choices" version = "1.0.0" authors = ["Trisfald "] include = ["Cargo.toml", "LICENSE", "src/**/*"] description = "HTTP configuration service by defining a struct." documentation = "https://docs.rs/choices" readme = "README.md" keywords = ["configuration", "derive", "http"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/trisfald/choices" resolver = "2" [[example]] name = "json" required-features = ["json"] [[example]] name = "user_type_json" required-features = ["json"] [[test]] name = "json" path = "tests/json/main.rs" required-features = ["json"] [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1" [dependencies.choices-derive] version = "=1.0.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dependencies.warp] version = "0.3" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] default = [] json = ["serde_json", "choices-derive/json"]