# 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 = "oohid" version = "0.3.12" description = "Generates UUIDs on CLI in various formats, very fast, outputs to .txt or stdout." homepage = "https://www.linkedin.com/in/younghyun-chi-a60b59a9/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/younghyun1/oohid" [profile.dev] debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false strip = true [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.rayon] version = "1.10.0" [dependencies.uuid] version = "1.9.1" features = [ "fast-rng", "v4", ]