# 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 = "rsmanuf" version = "2.1.9" authors = ["Krypton "] build = false include = [ "/Cargo.toml", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/LICENSE.md", "/README.md", "/SECURITY.md", "/examples/**", "/src/**", "/tests/**", "manuf.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "📇 A very simple Rust library to get the manufacturer of a specific MAC address" documentation = "https://docs.rs/rsmanuf" readme = "README.md" keywords = [ "network", "mac", "manufacturer", "mac-address", ] categories = ["network-programming"] license-file = "LICENSE.md" repository = "https://github.com/kkrypt0nn/rsmanuf" [package.metadata.files] include = ["manuf.txt"] [lib] name = "rsmanuf" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[test]] name = "test_lib" path = "tests/test_lib.rs" [dependencies.regex] version = "1.10.2"