# 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_conditions" version = "1.0.0" authors = ["rep-nop "] exclude = ["/.github/"] description = "Obtain the MAC address by matching the conditions" readme = "README.md" keywords = [ "mac", "address", "network", "interface", "bluetooth", ] license = "MIT OR Apache-2.0" repository = "https://github.com/spdrwcn/mac_conditions" [profile.release] opt-level = 3 lto = true strip = true [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [target.x86_64-pc-windows-gun]