# 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 = "oc-http" version = "0.1.1" authors = ["Your Name "] description = "The HTTP library that doesn't do anything" homepage = "https://github.com/over-codes/oc-http" readme = "README.md" license = "MIT" repository = "https://github.com/over-codes/oc-http" [dependencies.base64] version = "0.13.0" [dependencies.cookie] version = "0.14" features = ["percent-encode"] [dependencies.futures] version = "0.3.8" [dependencies.httparse] version = "1.3.4" [dependencies.log] version = "0.4" [dependencies.nom] version = "6" [dependencies.sha-1] version = "0.9.2" [dev-dependencies.async-std] version = "1.8" features = ["attributes"] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.regex] version = "1" [dev-dependencies.ureq] version = "1.5.4"