[package] name = "flo-pv" version = "0.1.0" authors = ["florin "] edition = "2018" description = "Educational version of the pv utility" homepage = "https://github.com/florinutz/pipeviewer" repository = "https://github.com/florinutz/pipeviewer" readme = "README.md" keywords = ["educational", "pipe", "pv"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0" crossbeam = "0.7.3" crossterm = "0.16.0"