# 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" name = "reqwest-pretty-json" version = "0.12.2" authors = ["Cyril Plisko "] description = "Easy way to emit prettified JSON body via reqwest::RequestBuilder" readme = "README.md" keywords = [ "reqwest", "pretty", "json", ] categories = [ "web-programming::http-client", "value-formatting", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/imp/reqwest-pretty-json.git" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["macros"] default-features = false [features] blocking = ["reqwest/blocking"] default = ["blocking"]