# 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 = "mac_oui" version = "0.4.11" authors = ["Marirs "] build = false include = [ "assets", "src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Lookup for MAC Address vendor details" homepage = "https://github.com/marirs/mac-oui" readme = "README.md" keywords = [ "eui48", "oui", "mac", "address", "lookup", ] license-file = "LICENSE" repository = "https://github.com/marirs/mac-oui" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "mac_oui" path = "src/lib.rs" [dependencies.byteorder] version = "1" [dependencies.csv] version = "1" [dependencies.macaddr] version = "1" [dependencies.multimap] version = "0.10" [dependencies.rangemap] version = "1" [dependencies.serde] version = "1" features = ["derive"] [features] with-db = []