# 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 = "cuid" version = "1.3.3" authors = ["Matthew Planchard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ipmlementation of CUID protocol in rust" homepage = "https://github.com/mplanchard/cuid-rust" documentation = "https://docs.rs/cuid/latest/cuid/" readme = "README.md" license = "MIT" repository = "https://github.com/mplanchard/cuid-rust" resolver = "2" [lib] name = "cuid" path = "src/lib.rs" [[bin]] name = "cuid" path = "src/bin.rs" [[test]] name = "cuid1" path = "tests/cuid1/main.rs" [[bench]] name = "cuid" path = "benches/cuid.rs" harness = false [dependencies.base36] version = "0.0.1" [dependencies.cuid-util] version = "0.1.1" [dependencies.cuid2] version = "0.1.3" [dependencies.num] version = "0.4.0" features = ["num-bigint"] [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8" [dev-dependencies.criterion] version = "0.5.0" [target.'cfg(not(target_family = "wasm"))'.dependencies.hostname] version = "0.4.0" [target.'cfg(target_family = "wasm")'.dependencies.uuid] version = "1.10.0" features = ["v4"] [badges.maintenance] status = "deprecated"