[[bin]]
name = "scru128"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dependencies.scru128]
version = "3.1.0"
[package]
authors = ["AndyG <andy@thecablelounge.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI frontend for the scru128 crate, a library for generating and parsing SCRU128 identifiers"
documentation = "https://docs.rs/scru128-cli"
edition = "2021"
homepage = "https://github.com/cablehead/scru128-cli"
keywords = ["scru128", "CLI", "uuid", "identifier", "timestamp"]
license = "Apache-2.0"
name = "scru128-cli"
readme = "README.md"
repository = "https://github.com/cablehead/scru128-cli"
version = "0.3.0"