packeteer/Cargo.toml

24 lines
707 B
TOML
Raw Normal View History

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."
2024-01-15 15:11:12 +00:00
version = "0.5.2"
2022-03-12 16:16:42 +00:00
edition = "2021"
2024-01-15 15:11:12 +00:00
authors = ["abbieoverflight <abbieoverflight@colean.cc>"]
2022-03-20 10:05:58 +00:00
license = "MPL-2.0"
2023-07-17 12:18:03 +01:00
homepage = "https://git.colean.cc/threeoh6000/packeteer/"
repository = "https://git.colean.cc/threeoh6000/packeteer/"
2022-03-12 16:16:42 +00:00
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 = []
gemini = []
ftp = []
2022-04-12 21:17:32 +01:00
dns = []
2022-03-12 16:16:42 +00:00
[dependencies]