[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 "] license = "LGPL-3.0-or-later" homepage = "https://git.colean.cc/packeteer/" repository = "https://git.colean.cc/packeteer/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] http1 = [] [dependencies]