# 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 = "small_uid" version = "0.2.2" authors = ["Isa Al-Ula"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A 64 bit lexicographically sortable unique identifier implementation" readme = "README.md" keywords = [ "small", "ulid", "uuid", "sortable", "identifier", ] license = "MIT OR Apache-2.0" repository = "https://github.com/al-ula/small_uid-rs" [lib] name = "small_uid" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.base64-url] version = "3.0.0" [dependencies.rand] version = "0.9.0-alpha.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde] version = "1.0.210" features = ["derive"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2.0" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.rand] version = "0.9.0-alpha.2" features = [ "std", "std_rng", "getrandom", ] default-features = false