# 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" rust-version = "1.63.0" name = "tuid" version = "0.1.0-alpha.0" authors = ["Mohamed Seleem "] build = false include = [ "**/*.rs", "LICENSE", "README.md", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sequential UUID generator" readme = "README.md" keywords = [ "tuid", "uuid", "guid", "sequential", "identifier", ] license = "MPL-2.0" repository = "https://github.com/mselee/tuid/blob/master/tuid-rs" [lib] name = "tuid" path = "src/lib.rs" [dependencies.bstr] version = "1.11" optional = true [dependencies.coarsetime] version = "0.1.34" optional = true default-features = false [dependencies.faster-hex] version = "0.10.0" optional = true [dependencies.fastrand] version = "2.2" features = ["std"] optional = true default-features = false [dependencies.uuid] version = "0.8" optional = true default-features = false [features] approx = ["coarse"] coarse = ["dep:coarsetime"] default = [ "fastrand", "uuid", "hex", "coarse", ] full = [ "default", "approx", ] hex = [ "dep:faster-hex", "dep:bstr", ]