mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
19 lines
521 B
TOML
19 lines
521 B
TOML
[package]
|
|
name = "ntex-codec"
|
|
version = "0.6.2"
|
|
authors = ["ntex contributors <team@ntex.rs>"]
|
|
description = "Utilities for encoding and decoding frames"
|
|
keywords = ["network", "framework", "async", "futures"]
|
|
homepage = "https://ntex.rs"
|
|
repository = "https://github.com/ntex-rs/ntex.git"
|
|
documentation = "https://docs.rs/ntex-codec/"
|
|
categories = ["network-programming", "asynchronous"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "ntex_codec"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
ntex-bytes = "0.1.21"
|