[[bin]]
name = "idgen"
path = "src/main.rs"
[dependencies.bson]
default-features = false
features = ["compat-3-0-0"]
version = "3.0.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "string"]
version = "4"
[dependencies.clap_complete]
version = "4"
[dependencies.clap_mangen]
version = "0.2"
[dependencies.cuid]
version = "1.3.3"
[dependencies.nanoid]
version = "0.4.0"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.ulid]
version = "1.2.1"
[dependencies.uuid]
default-features = false
features = ["v1", "v3", "v4", "v5", "md5", "sha1", "fast-rng", "std"]
version = "1.18.1"
[lib]
name = "idgen_cli"
path = "src/lib.rs"
[package]
authors = ["Mohamed Aamir Maniar <aamir.maniar@maniartech.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A lightweight, powerful CLI tool for generating UUIDs (v1-v5), NanoIDs, CUIDs, ULIDs, and MongoDB ObjectIDs."
edition = "2021"
keywords = ["uuid", "cli", "generator", "unique", "id"]
license = "MIT"
name = "idgen-cli"
readme = "README.md"
repository = "https://github.com/maniartech/idgen"
version = "1.4.1"
[[test]]
name = "exit_code_tests"
path = "tests/exit_code_tests.rs"
[[test]]
name = "id_tests"
path = "tests/id_tests.rs"
[[test]]
name = "inspector_tests"
path = "tests/inspector_tests.rs"
[[test]]
name = "processor_tests"
path = "tests/processor_tests.rs"