rustedbytes-randstuff 0.2.0

Rust CLI tool for generating random junk files and folders with various content themes
[[bin]]
name = "rustedbytes-randstuff"
path = "src/main.rs"

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

[dependencies.rand]
version = "0.8"

[package]
authors = ["Daniele Olmisani"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::testing"]
description = "Rust CLI tool for generating random junk files and folders with various content themes"
documentation = "https://github.com/mad4j/rustedbytes-randstuff"
edition = "2021"
homepage = "https://github.com/mad4j/rustedbytes-randstuff"
keywords = ["cli", "random", "generator", "testing", "development"]
license = "GPL-3.0"
name = "rustedbytes-randstuff"
readme = "README.md"
repository = "https://github.com/mad4j/rustedbytes-randstuff"
version = "0.2.0"