forked from JulianSchmid/etherparse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 664 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "etherparse"
version = "0.10.1"
authors = ["Julian Schmid <info@julianschmid.name>"]
edition = "2018"
repository = "https://github.com/JulianSchmid/etherparse"
description = "A library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...)."
categories = ["network-programming", "parser-implementations"]
keywords = ["ipv4", "ipv6", "vlan", "udp", "tcp"]
license = "BSD-3-Clause"
readme = "README.md"
exclude = [
".gitignore",
".travis.yml",
".github/*",
".gitlab-ci.yml",
".travis/*",
"appveyor.yml"
]
[dependencies]
[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.0.0"