# 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 = "dhcparse" version = "1.0.0" authors = ["Axel Forsman "] description = "A zero-copy DHCPv4 parser" homepage = "https://github.com/axelf4/dhcparse" keywords = ["dhcp"] categories = [ "network-programming", "no-std", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/axelf4/dhcparse" resolver = "2" [dependencies.bitflags] version = "1.3" [dependencies.byteorder] version = "1.4" default-features = false [dependencies.memchr] version = "2.4" default-features = false [dependencies.ref-cast] version = "1.0" [features] default = ["std"] std = [ "byteorder/std", "memchr/std", ]