pkt 0.4.0

A packet construction library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]