[package] name = "lines-rs" version = "0.1.8" authors = ["Axel Kappel "] edition = "2018" license = "MIT" description = "⚡ A fast line counter written in rust" repository = "https://github.com/Kl4rry/lines" homepage = "https://github.com/Kl4rry/lines" [[bin]] name = "lines" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" bytecount = "0.6.2" num_cpus = "1.13.0" rayon = "1.5.0"