# 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 = "2018" name = "simple-uuid" version = "0.5.1" authors = ["Wahabz "] description = "A Simple Universally Unique IDentifier (UUID)" documentation = "https://docs.rs/simple-uuid" readme = "README.md" keywords = ["uuid", "unique", "global", "rand"] categories = ["data-structures", "algorithms", "cryptography"] license = "MIT" repository = "https://github.com/awh6al/simple-uuid" [package.metadata.docs.rs] all-features = true [dependencies.mac_address] version = "1.0.3" optional = true [dependencies.md5] version = "0.7.0" optional = true [dependencies.rand_core] version = "0.6.3" features = ["getrandom"] optional = true [dependencies.sha1] version = "0.6.0" optional = true [features] default = ["mac_addr", "rand_num", "hash_md5", "hash_sha1"] hash_md5 = ["md5"] hash_sha1 = ["sha1"] mac_addr = ["mac_address"] rand_num = ["rand_core"]