[package] name = "random-output" version = "0.3.0" edition = "2021" authors = ["yuma140902"] description = "Output random lines to stdout and stderr" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/yuma140902/random-output" keywords = ["cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.19" clap = { version = "3.2.12", features = ["derive"] } crossterm = "0.24.0" rand = "0.8.5" random-string = "1.0.0"