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."
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Celeste <colean@colean.cc>"]
|
|
|
|
license = "LGPL-3.0-or-later"
|
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
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[features]
|
|
|
|
http1 = []
|
|
|
|
|
|
|
|
[dependencies]
|