[package]
edition = "2018"
name = "pkt"
version = "0.4.0"
authors = ["Gianni Tedesco <gianni@scaramanga.co.uk>"]
build = false
include = [
"src/**/*.rs",
"Cargo.toml",
"README.md",
"LICENSE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A packet construction library"
homepage = "https://github.com/rapid7/resynth"
readme = "README.md"
keywords = [
"packets",
"traffic-generation",
"networking",
"pcap",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/rapid7/resynth"
resolver = "3"
[lib]
name = "pkt"
path = "src/lib.rs"
[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]