# 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" rust-version = "1.65.0" name = "internet-packet" version = "0.2.2" authors = ["Maximilian Hils "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal IPv4/IPv6/TCP/UDP parser" readme = "README.md" license = "MIT" repository = "https://github.com/mhils/internet-packet" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "internet_packet" path = "src/lib.rs" [dependencies.internet-checksum] version = "0.2.1" optional = true [dependencies.smoltcp] version = ">= 0.10, < 0.12" optional = true [dev-dependencies.data-encoding] version = "2.6.0" [features] checksums = ["internet-checksum"]