# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tinyquest" version = "0.4.1" authors = ["Icelk"] description = "A *tiny* library used for making HTTP requests. It interacts with native-tls to be as small as possible, so it can be used in small CLI's" readme = "README.md" keywords = ["utility", "network", "http", "request"] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/Iselk/LIM/tree/master/tinyquest" [[example]] name = "get" [[example]] name = "write" [[example]] name = "head" [dependencies.chunked_transfer] version = "1.2" [dependencies.http] version = "0.2" [dependencies.native-tls] version = "0.2"