# 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] name = "hyper-stub" version = "0.1.0" authors = ["Alyssa Ross "] description = "hyper clients that don't touch the network." readme = "README.md" keywords = ["hyper", "stub", "in-memory", "testing", "proxy"] categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "development-tools::testing"] license = "MPL-2.0" repository = "https://github.com/alyssais/hyper-stub" [dependencies.futures] version = "0.1.21" [dependencies.hyper] version = "0.12.1" [dependencies.memsocket] version = "0.1.3" [dependencies.tokio] version = "0.1.7"