blob: ef6d76b5bc9b29221ee3cf5866f8c525de6621f3 [file] [log] [blame]
Yi Kong87d88892021-03-17 17:48:07 +08001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "macaddr"
16version = "1.0.1"
17authors = ["svartalf <self@svartalf.info>"]
18exclude = ["/.github", "/fuzz", "/benches"]
19description = "MAC address types"
20readme = "README.md"
21keywords = ["mac", "macaddr", "mac-48", "eui-48", "eui-96"]
22categories = ["data-structures", "network-programming", "no-std"]
23license = "Apache-2.0 OR MIT"
24repository = "https://github.com/svartalf/rust-macaddr"
25[package.metadata.docs.rs]
26features = ["serde", "serde_std"]
27[dependencies.serde]
28version = "^1.0"
29features = ["derive"]
30optional = true
31default-features = false
32[dev-dependencies.assert_matches]
33version = "1.3.0"
34
35[features]
36default = ["std"]
37serde_std = ["std", "serde/std"]
38std = []
39[badges.maintenance]
40status = "passively-maintained"