# 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 = "hwaddr" version = "0.1.7" authors = ["meh. "] description = "MAC address handling." keywords = ["address", "mac", "hw", "network"] license = "WTFPL" repository = "https://github.com/meh/rust-hwaddr" [dependencies.phf] version = "0.8" [build-dependencies.phf_codegen] version = "0.8" optional = true [build-dependencies.regex] version = "1" optional = true [build-dependencies.reqwest] version = "0.10" optional = true [build-dependencies.smol] version = "1.0" optional = true [build-dependencies.url] version = "2" optional = true [features] database = ["smol", "reqwest", "url", "regex", "phf_codegen"]