1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
# 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 = "2018"
name = "async-h1"
version = "2.3.4"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "Asynchronous HTTP 1.1 parser."
documentation = "https://docs.rs/async-h1"
readme = "README.md"
keywords = [
"async",
"http",
"stream",
"parser",
"http1",
]
categories = [
"asynchronous",
"parser-implementations",
"web-programming",
"web-programming::http-client",
"web-programming::http-server",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/async-h1"
[dependencies.async-channel]
version = "2.3.1"
[dependencies.async-dup]
version = "1.2.2"
[dependencies.async-global-executor]
version = "3.0"
[dependencies.async-io]
version = "2.3.3"
[dependencies.futures-lite]
version = "2.3"
[dependencies.http-types]
version = "2.9.0"
default-features = false
[dependencies.httparse]
version = "1.3.4"
[dependencies.log]
version = "0.4.11"
[dependencies.pin-project]
version = "1.0.2"
[dev-dependencies.async-std]
version = "1.7.0"
features = ["attributes"]
[dev-dependencies.pretty_assertions]
version = "1.4.0"
|