# 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 = "nuuid" version = "0.5.0" authors = ["Diana"] description = "A new, no_std, UUID Library" documentation = "https://docs.rs/nuuid" readme = "README.md" keywords = [ "uuid", "guid", "unique", ] categories = [ "no-std", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DianaNites/nuuid" [package.metadata.docs.rs] features = ["experimental_uuid"] rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] debug = true [profile.release] debug = true [[bench]] name = "bench" harness = false [dependencies.hex-simd] version = "0.8.0" default-features = false [dependencies.md-5] version = "0.10.5" default-features = false [dependencies.rand_chacha] version = "0.3.1" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.serde] version = "1.0.163" features = ["derive"] optional = true default-features = false [dependencies.sha-1] version = "0.10.1" default-features = false [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [dev-dependencies.uuid_] version = "1.3.3" features = [ "v4", "v5", "v1", ] package = "uuid" [features] default = [ "getrandom", "std", ] experimental_uuid = [] getrandom = ["rand_core/getrandom"] std = []