# 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 = "atlas-http" version = "0.2.3" authors = ["Matt Dizak"] autotests = false description = "Simple, straight forward, easy to use HTTP client." homepage = "https://apexpl.io/" readme = "Readme.md" keywords = [ "http", "hyper", "request", "postman", "download", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/mdizak/rust-atlas-http" [lib] name = "atlas_http" [dependencies.base64] version = "0.21.7" [dependencies.mime_guess] version = "2.0.4" [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.22.2" [dependencies.tokio] version = "1.36.0" features = [ "net", "fs", "io-util", ] [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3" [dependencies.webpki] version = "0.22.4" [dependencies.webpki-roots] version = "0.26.0"