ip-packet 0.0.0

Rust wrapper for IP (IPv4 and IPv6) packets
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 = "2021"
name = "ip-packet"
version = "0.0.0"
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
description = "Rust wrapper for IP (IPv4 and IPv6) packets"
readme = "README.md"
categories = [
    "network-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dynos01/ip-packet"

[dependencies]