# 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 = "2021" name = "random-output" version = "0.3.1" authors = ["yuma140902"] build = 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" [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.28.1" [dependencies.rand] version = "0.8.5" [dependencies.random-string] version = "1.0.0"