# 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 = "yeah" version = "0.2.2" authors = ["Raymond Douglas "] description = "CLI tool to return the vendor name for a given MAC address" homepage = "https://github.com/raylas/yeah" documentation = "https://github.com/raylas/yeah" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/raylas/yeah" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.pico-args] version = "0.5.0" [dependencies.prettytable-rs] version = "^0.8" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.11" features = ["blocking"]