# 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 = "uuid7" version = "1.1.0" authors = ["LiosK "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of UUID version 7" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LiosK/uuid7-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "uuid7" path = "src/lib.rs" [[example]] name = "uuid7" path = "examples/uuid7.rs" [dependencies.fstr] version = "0.2" default-features = false [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_chacha] version = "0.3" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.uuid] version = "1" optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1.9" features = ["std"] default-features = false [dev-dependencies.serde_test] version = "1.0" [features] default = ["global_gen"] global_gen = [ "std", "rand/std", "dep:rand_chacha", ] serde = ["dep:serde"] std = ["fstr/std"] uuid = ["dep:uuid"]