# 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 = "2018" name = "pdu" version = "1.4.2" authors = ["Alex Forster "] description = "Small, fast, and correct L2/L3/L4 packet parser." homepage = "https://github.com/alexforster/pdu" readme = "README.md" keywords = ["ethernet", "ip", "tcp", "udp", "gre"] categories = ["parsing", "network-programming", "no-std"] license = "Apache-2.0" repository = "https://github.com/alexforster/pdu" [dev-dependencies.base16] version = "~0.2" [dev-dependencies.pcap] version = "~0.9" [dev-dependencies.roxmltree] version = "~0.14" features = ["std"] [features] default = ["std"] std = [] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "alexforster/pdu"