network-types 0.2.0

Rust structs representing network-related types in Linux.
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 = "network-types"
version = "0.2.0"
authors = ["Michal Rostecki <vad.sol@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust structs representing network-related types in Linux."
readme = "README.md"
keywords = [
    "linux",
    "network",
    "osi",
    "packet",
    "headers",
]
license = "MIT"
repository = "https://github.com/vadorovsky/network-types"

[features]
default = ["wincode"]
wincode = ["dep:wincode"]

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

[dependencies.num-derive]
version = "0.4.2"
default-features = false

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.wincode]
version = "0.5.3"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.assert_matches]
version = "1.5.0"
default-features = false

[dev-dependencies.proptest]
version = "1.9.0"
features = ["std"]
default-features = false