# 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 = "fingerprint-lib" version = "0.1.5" authors = ["liuwei "] description = "Cross-platform retrieval of a network interface MAC address." homepage = "https://github.com/Lauweal/fingerprint-lib.git" readme = "README.md" keywords = [ "mac", "address", "network", "interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lauweal/fingerprint-lib.git" resolver = "2" [dependencies.mac_address] version = "1.1.3" [dependencies.rust-crypto] version = "0.2.36" [dependencies.sys-info] version = "0.9.1"