# 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 = "ruuid" version = "0.1.6" authors = ["Nagy Botond benjiwonton@gmail.com"] description = "Cli tool to generate UUIDs" readme = "README.md" keywords = [ "cli", "uuid", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/westernwontons/ruuid" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.uuid] version = "1.3.0" features = [ "v1", "v3", "v4", "v5", "v6", "v7", "v8", "std", "rng", "rand", ]