etherparse 0.6.0

A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...).
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "etherparse"
version = "0.6.0"
authors = ["Julian Schmid <info@julianschmid.name>"]
exclude = [".gitignore", ".travis.yml", ".gitlab-ci.yml", ".travis/*"]
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 = "BSD-3-Clause"
repository = "https://github.com/JulianSchmid/etherparse"
[dependencies.byteorder]
version = "1.2.6"
[dev-dependencies.assert_matches]
version = "1.3.0"

[dev-dependencies.proptest]
version = "0.8.6"
[badges.codecov]
branch = "master"
repository = "JulianSchmid/etherparse"
service = "github"

[badges.gitlab]
branch = "master"
repository = "julian.schmid/etherparse"

[badges.travis-ci]
branch = "master"
repository = "JulianSchmid/etherparse"