# 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 = "custom_user_id" version = "0.0.3" authors = ["Bocar Wane < "] description = "Generates a random id with string of your choice appended or prepended to it" homepage = "https://github.com/bocarw121/custom_user_id.git" readme = "README.md" keywords = [ "generate", "userid", "id", "webassembly", ] categories = [ "no-std", "wasm", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/bocarw121/custom_user_id.git" [dependencies.uuid] version = "1.2.1" features = [ "v4", "fast-rng", "macro-diagnostics", "js", ]