[package] name = "ulid-bin" version = "0.1.0" authors = ["Z. Charles Dziura "] description = "Generate a Universally Unique Lexicographically Sortable Identifier, and print it to the standard output." edition = "2021" license = "GPL-3.0-or-later" [dependencies] clap = { version = "3.2.6", features = ["default", "derive"] } nanorand = { version = "0.7", features = ["getrandom", "std", "chacha"] } [dev-dependencies] ulid = "0.6" [[bin]] name = "ulid" path = "src/main.rs"