mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
28 lines
626 B
TOML
28 lines
626 B
TOML
[package]
|
|
name = "ntex-http"
|
|
version = "0.1.11"
|
|
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 OR Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "ntex_http"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
http = "0.2"
|
|
log = "0.4"
|
|
fxhash = "0.2.1"
|
|
itoa = "1.0.4"
|
|
ntex-bytes = "0.1.21"
|
|
serde = "1"
|
|
|
|
[dev-dependencies]
|
|
bincode = "1"
|
|
serde_json = "1"
|