# 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.57" name = "tuid" version = "0.0.0" authors = ["Mohamed Seleem "] include = ["**/*.rs", "Cargo.toml"] 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" [dependencies.bstr] version = "^0.2" optional = true [dependencies.coarsetime] version = "^0.1" optional = true default_features = false [dependencies.faster-hex] version = "0.6.1" optional = true [dependencies.fastrand] version = "^1.5" optional = true default_features = false [dependencies.uuid] version = "^0.8" optional = true default_features = false [features] approx = ["coarse"] coarse = ["coarsetime"] default = ["fastrand", "uuid", "hex", "coarse"] full = ["default", "approx"] hex = ["faster-hex", "bstr"]