2022-03-12 16:16:42 +00:00
|
|
|
[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."
|
2022-04-12 22:05:15 +01:00
|
|
|
version = "0.4.1"
|
2022-03-12 16:16:42 +00:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Celeste <colean@colean.cc>"]
|
2022-03-20 10:05:58 +00:00
|
|
|
license = "MPL-2.0"
|
2022-03-12 16:18:01 +00:00
|
|
|
homepage = "https://git.colean.cc/packeteer/about/"
|
2022-03-12 16:16:42 +00:00
|
|
|
repository = "https://git.colean.cc/packeteer/"
|
|
|
|
readme = "README.md"
|
2022-03-12 16:22:44 +00:00
|
|
|
keywords = ["packets", "protocol", "http", "assistance", "networking"]
|
|
|
|
categories = ["data-structures", "value-formatting", "parsing", "network-programming"]
|
2022-03-12 16:16:42 +00:00
|
|
|
|
2022-03-12 16:37:55 +00:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|
2022-03-12 16:16:42 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
http1 = []
|
2022-03-12 20:49:48 +00:00
|
|
|
gemini = []
|
2022-03-13 11:36:10 +00:00
|
|
|
ftp = []
|
2022-04-12 21:17:32 +01:00
|
|
|
dns = []
|
2022-03-12 16:16:42 +00:00
|
|
|
|
|
|
|
[dependencies]
|