# 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 = "network-types" version = "0.0.7" authors = ["Michal Rostecki "] build = 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" [lib] name = "network_types" path = "src/lib.rs" [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.bincode] version = "2.0.0-rc.3" features = [ "serde", "alloc", ] default-features = false