# 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 = "guuid" version = "1.0.0" authors = ["GOSCPS ", "MingMoe "] description = "Globally Universally Unique Identifier" homepage = "https://github.com/GOSCPS/guuid" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/GOSCPS/guuid" [dependencies.base32] version = "0.4" optional = true [dependencies.rand] version = "0.8" features = ["std", "getrandom", "std_rng"] optional = true [features] alloc = ["base32"] default = ["std"] no_std = [] std = ["rand", "base32"]