# 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" rust-version = "1.56.0" name = "ethertype" version = "0.1.0" authors = ["Wojciech Graj "] build = false include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "IEEE 802 EtherType with protocol descriptions" documentation = "https://docs.rs/ethertype" readme = "README.md" keywords = [ "ethertype", "ethernet", "ieee", "iana", ] license = "MIT" repository = "https://github.com/wojciech-graj/ethertype-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ethertype" path = "src/lib.rs" [dependencies.serde_cr] version = "1.0.210" optional = true default-features = false package = "serde" [dev-dependencies.serde_test] version = "1.0.177" [features] default = [ "desc", "std", ] desc = [] iana = [] ieee = [] serde = ["serde_cr"] std = []