# 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 = "uuid-rs" version = "0.6.4" authors = ["Abdelwahab "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Simple Universally Unique IDentifier (UUID)" documentation = "https://docs.rs/uuid-rs" readme = "README.md" keywords = [ "uuid", "unique", "global", "rand", ] categories = [ "data-structures", "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/ab22593k/uuid-rs" [package.metadata.docs.rs] all-features = true [lib] name = "uuid_rs" path = "src/lib.rs" [dependencies.mac_address] version = "1.1.7" optional = true [dependencies.md5] version = "0.7.0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.sha1_smol] version = "1.0.1" optional = true [dev-dependencies.regex] version = "1.3.9" [features] default = ["mac"] hmd5 = ["md5"] hsha1 = ["sha1_smol"] mac = [ "mac_address", "rand", ] rnd = ["rand"]