packet_enum 0.1.7

Full implementation for packet_enum
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 = "2024"
name = "packet_enum"
version = "0.1.7"
authors = ["Evan Schwartzentruber <ejsch03@gmail.com>"]
build = false
exclude = [
    ".github/",
    ".gitignore",
    "LICENSE",
    "README.md",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Full implementation for packet_enum"
readme = false
license = "MIT"

[lib]
name = "packet_enum"
path = "src/lib.rs"

[dependencies.packet_derive]
version = "0.1.7"

[dependencies.packet_util]
version = "0.1.7"

[profile.release]
lto = true
codegen-units = 1