# 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" name = "oui-data" version = "0.2.0" authors = ["Jason Walton"] description = "Library for looking up information from the IEEE OUI database." readme = "README.md" keywords = [ "oui", "mac", ] license = "MIT" repository = "https://github.com/jwalton/rs-oui-data" [dependencies.phf] version = "0.11.2" features = ["macros"] [build-dependencies.csv] version = "1.3.0"