23 lines
672 B
TOML
23 lines
672 B
TOML
[package]
|
|
name = "packeteer"
|
|
description = "An attempt at a Rust library that can be used to assist in programmatically analysing, serving and handling received protocol packets."
|
|
version = "0.4.1"
|
|
edition = "2021"
|
|
authors = ["Celeste <colean@colean.cc>"]
|
|
license = "MPL-2.0"
|
|
homepage = "https://git.colean.cc/packeteer/about/"
|
|
repository = "https://git.colean.cc/packeteer/"
|
|
readme = "README.md"
|
|
keywords = ["packets", "protocol", "http", "assistance", "networking"]
|
|
categories = ["data-structures", "value-formatting", "parsing", "network-programming"]
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[features]
|
|
http1 = []
|
|
gemini = []
|
|
ftp = []
|
|
dns = []
|
|
|
|
[dependencies]
|