packeteer/Cargo.toml
2024-07-10 19:23:58 +01:00

23 lines
708 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.5.3"
edition = "2021"
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
license = "EUPL-1.2"
homepage = "https://git.colean.cc/threeoh6000/packeteer/"
repository = "https://git.colean.cc/threeoh6000/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]