[dependencies.ingot-macros]
default-features = false
version = "=0.1.1"
[dependencies.macaddr]
default-features = false
version = "1"
[dependencies.zerocopy]
features = ["derive"]
version = "0.8"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "ingot_types"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "no-std", "parsing"]
description = "Traits and types used by ingot"
edition = "2021"
keywords = ["raw", "packet", "networking", "parser"]
license = "MPL-2.0"
name = "ingot-types"
readme = "README.md"
repository = "https://github.com/oxidecomputer/ingot"
rust-version = "1.81"
version = "0.1.2"