# 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 = "reqwest-enum" version = "0.3.3" authors = ["Tao Xu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Typed enum HTTP API for reqwest." documentation = "https://docs.rs/reqwest_enum" readme = "README.md" keywords = [ "request", "enum", ] categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/hewigovens/reqwest-enum" [lib] name = "reqwest_enum" path = "src/lib.rs" [dependencies.futures] version = "^0.3.0" optional = true [dependencies.reqwest] version = "^0.12.0" features = ["json"] [dependencies.serde] version = "^1.0.0" features = ["derive"] [dependencies.serde_json] version = "^1.0.0" [dev-dependencies.tokio-test] version = "0.4.2" [features] default = ["jsonrpc"] jsonrpc = ["dep:futures"]