# 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 = "manuf" version = "0.2.0" authors = ["Flier Lu "] description = "Ethernet vendor codes, and well-known MAC addresses" documentation = "https://docs.rs/manuf/" readme = "README.md" keywords = ["ethernet", "mac", "vendor"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/flier/rust-manuf" [dependencies.byteorder] version = "1.3" [build-dependencies.anyhow] version = "1.0" [build-dependencies.itertools] version = "0.9" [build-dependencies.reqwest] version = "0.10" features = ["blocking"] optional = true [features] default = [] latest = ["reqwest"] [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "flier/rust-manuf"