# 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 = "cuid2" version = "0.1.3" authors = ["Matthew Planchard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the CUID2 protocol in rust" homepage = "https://github.com/mplanchard/cuid-rust" documentation = "https://docs.rs/cuid/latest/cuid2/" readme = "README.md" license = "MIT" repository = "https://github.com/mplanchard/cuid-rust" resolver = "2" [lib] name = "cuid2" path = "src/lib.rs" [[bin]] name = "cuid2" path = "src/bin.rs" [[bench]] name = "cuid2" path = "benches/cuid2.rs" harness = false [dependencies.cuid-util] version = "0.1.1" [dependencies.num] version = "0.4.0" features = ["num-bigint"] [dependencies.rand] version = "0.8" [dependencies.sha3] version = "0.10.6" [dev-dependencies.criterion] version = "0.5.0" [dev-dependencies.num_cpus] version = "1.15.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.radix_fmt] version = "1.0.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.0" [target.wasm32-unknown-unknown.dependencies.getrandom] version = "0" features = ["js"]