[package] name = "throttle" description="pipes stdin to stdout with a throttle (slowdown) rate specified by user" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" stackalloc = "1.1.1"