| # 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] |
| edition = "2018" |
| name = "macaddr" |
| version = "1.0.1" |
| authors = ["svartalf <[email protected]>"] |
| exclude = ["/.github", "/fuzz", "/benches"] |
| description = "MAC address types" |
| readme = "README.md" |
| keywords = ["mac", "macaddr", "mac-48", "eui-48", "eui-96"] |
| categories = ["data-structures", "network-programming", "no-std"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/svartalf/rust-macaddr" |
| [package.metadata.docs.rs] |
| features = ["serde", "serde_std"] |
| [dependencies.serde] |
| version = "^1.0" |
| features = ["derive"] |
| optional = true |
| default-features = false |
| [dev-dependencies.assert_matches] |
| version = "1.3.0" |
| |
| [features] |
| default = ["std"] |
| serde_std = ["std", "serde/std"] |
| std = [] |
| [badges.maintenance] |
| status = "passively-maintained" |