# 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 = "kodumaro-uuid-cli" version = "1.0.7" authors = ["Rodrigo Montegasppα Cacilhας "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to generate UUID." homepage = "https://crates.io/crates/kodumaro-uuid-cli" readme = "README.md" keywords = [ "cli", "uuid", ] license = "BSD-3-Clause" repository = "https://github.com/cacilhas/microcli/tree/master/kodumaro-uuid-cli" resolver = "1" [lib] name = "kodumaro_uuid_cli" path = "src/lib.rs" [[bin]] name = "uuid" path = "src/bin/uuid.rs" [dependencies.clap] version = "4.5" features = [ "color", "help", "std", "suggestions", "usage", "derive", ] [dependencies.color-eyre] version = "0.6" [dependencies.eyre] version = "0.6" [dependencies.mac_address] version = "1.1" [dependencies.uuid] version = "1.10" features = [ "std", "rng", "v1", "v3", "v4", "v5", "v6", "v7", "v8", ]