24 lines
531 B
TOML
24 lines
531 B
TOML
[package]
|
|
name = "randical"
|
|
version = "1.6.18"
|
|
authors = ["Joe Ardent <code@ardent.nebcorp.com>"]
|
|
edition = "2018"
|
|
|
|
description = "A simple UNIX commandline utility to generate sequences of random values of different types."
|
|
|
|
repository = "https://github.com/nebkor/randical"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["unix", "commandline", "bin", "cli", "random"]
|
|
|
|
categories = ["command-line-utilities"]
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
[dependencies]
|
|
rand = "0.8"
|
|
clap = "2"
|
|
uuid = "0.8"
|