[dependencies.regex]
version = "1.10.2"
[package]
authors = ["Krypton <root@krypton.ninja>"]
categories = ["network-programming"]
description = "📇 A very simple Rust library to get the manufacturer of a specific MAC address"
documentation = "https://docs.rs/rsmanuf"
edition = "2021"
include = ["/Cargo.toml", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/LICENSE.md", "/README.md", "/SECURITY.md", "/examples/**", "/src/**", "/tests/**", "manuf.txt"]
keywords = ["network", "mac", "manufacturer", "mac-address"]
license-file = "LICENSE.md"
name = "rsmanuf"
readme = "README.md"
repository = "https://github.com/kkrypt0nn/rsmanuf"
version = "2.1.2"
[package.metadata.files]
include = ["manuf.txt"]