# 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 = "tomcat" version = "0.1.12" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Crate for Send HTTP/HTTPS requests" documentation = "https://docs.rs/tomcat" readme = "README.md" keywords = [ "http", "https", "request", "hyper", "client", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/tomcat" [dependencies.http] version = "0.2.8" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ] [dependencies.tokio] version = "1.21.2" features = ["full"]