# 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 = "scru128" version = "3.1.0" authors = ["LiosK "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SCRU128: Sortable, Clock and Random number-based Unique identifier" readme = "README.md" keywords = [ "identifier", "uuid", "guid", "ulid", "ksuid", ] categories = ["algorithms"] license = "Apache-2.0" repository = "https://github.com/scru128/rust" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "scru128" path = "src/lib.rs" [dependencies.fstr] version = "0.2" default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.rand_chacha] version = "0.3" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.rand] version = "0.8" features = ["std_rng"] default-features = false [dev-dependencies.regex] version = "1.10" features = ["std"] default-features = false [dev-dependencies.serde_test] version = "1.0" [features] default = ["global_gen"] default_rng = [ "std", "rand", "rand/std", "dep:rand_chacha", ] global_gen = ["default_rng"] rand = ["dep:rand"] serde = ["dep:serde"] std = ["fstr/std"]