# 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" name = "dhcproto" version = "0.9.0" authors = [ "Ian Laidlaw ", "Evan Cameron ", ] description = """ A DHCP parser and encoder for DHCPv4/DHCPv6. `dhcproto` aims to be a functionally complete DHCP implementation. """ readme = "README.md" keywords = [ "dhcp", "dhcpv4", "dhcpv6", ] categories = [ "network-programming", "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/bluecatengineering/dhcproto" [[bench]] name = "decode" harness = false [[bench]] name = "encode" harness = false [dependencies.dhcproto-macros] version = "0.1.0" [dependencies.hex] version = "0.4.3" [dependencies.ipnet] version = "2.5" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.trust-dns-proto] version = "0.22.0" default-features = false [dependencies.url] version = "2.2.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [features] default = [] serde = [ "dep:serde", "url/serde", "ipnet/serde", "trust-dns-proto/serde-config", ]