[package] name = "machine_uuids" version = "0.2.0" authors = ["happyfrog@tuta.io"] edition = "2018" keywords = ["uuid", "machine"] readme = "README.md" description = "A library to retrieve a machines UUID" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/machine_uuids" categories = ["development-tools::procedural-macro-helpers"] repository = "https://github.com/daneb/machine_uuid" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1"