# 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 = "unik" version = "0.3.0" authors = ["Wahabz "] description = "A Powerful Universally Unique Identifier (UUID)" documentation = "https://docs.rs/unik" readme = "README.md" keywords = [ "uuid", "unique", "global", "rand", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/awh6al/unik" [package.metadata.docs.rs] all-features = true [lib] name = "unik" [dependencies.chrono] version = "0.4.23" optional = true [dependencies.libc] version = "0.2.137" optional = true [dependencies.mac_address] version = "1.1.4" optional = true [dependencies.md5] version = "0.7.0" optional = true [dependencies.nanorand] version = "0.7.0" optional = true [dependencies.sha1] version = "0.6.0" optional = true [features] default = [] mac = ["mac_address"] rand = ["nanorand"] utc = ["chrono"] v2 = ["libc"] v3 = ["sha1"] v5 = ["md5"]