# 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 = "getid" version = "0.4.1" authors = ["Felix Spoettel "] description = "A tool to generate a random { cuid, nanoid, uuidv4 }." homepage = "https://github.com/fspoettel/getid" readme = "README.md" keywords = ["cli", "uuid", "cuid", "nanoid"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/fspoettel/getid" resolver = "2" [dependencies.cuid] version = "1.2.0" [dependencies.nanoid] version = "0.4.0" [dependencies.pico-args] version = "0.4.2" features = ["eq-separator"] [dependencies.rand] version = "0.8" [dependencies.uuid] version = "0.8" features = ["v4"]