ntex/ntex-http/Cargo.toml
2022-06-13 22:04:16 +06:00

21 lines
511 B
TOML

[package]
name = "ntex-http"
version = "0.1.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Http types for ntex framework"
keywords = ["network", "framework", "async", "futures"]
homepage = "https://ntex.rs"
repository = "https://github.com/ntex-rs/ntex.git"
documentation = "https://docs.rs/ntex-http/"
categories = ["network-programming", "asynchronous"]
license = "MIT"
edition = "2018"
[lib]
name = "ntex_http"
path = "src/lib.rs"
[dependencies]
http = "0.2"
log = "0.4"
fxhash = "0.2.1"