random-output 0.3.3

Output random lines to stdout and stderr
Documentation
# 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 = "2024"
rust-version = "1.97.0"
name = "random-output"
version = "0.3.3"
authors = ["yuma140902"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Output random lines to stdout and stderr"
readme = "README.md"
keywords = ["cli"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yuma140902/random-output"
resolver = "3"

[lib]
name = "random_output"
path = "src/lib.rs"

[[bin]]
name = "random-output"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.clap]
version = "4.5.20"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.random-string]
version = "1.0.0"