# 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 = "etherparse" version = "0.13.0" authors = ["Julian Schmid "] exclude = [ ".gitignore", ".travis.yml", ".github/*", ".gitlab-ci.yml", ".travis/*", "appveyor.yml", ] description = "A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...)." readme = "README.md" keywords = [ "ipv4", "ipv6", "vlan", "udp", "tcp", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JulianSchmid/etherparse" [dependencies.arrayvec] version = "0.7.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.proptest] version = "1.0.0"