# 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 = "interfacer-http-hyper" version = "0.1.0" authors = ["Hexilee "] description = "hyper based http-service for interfacer-http" documentation = "https://docs.rs/interfacer-http-hyper" readme = "../README.md" keywords = ["http", "client", "interfacer"] categories = ["network-programming", "web-programming::http-client"] license = "MIT" repository = "https://github.com/Hexilee/interfacer-http" [dependencies.derive_more] version = "0.15" [dependencies.hyper] version = "0.13.0-alpha.1" [dependencies.interfacer-http] version = "0.2"