[package] name = "muchutils" version = "0.1.0" authors = ["Chris West (Faux) "] categories = [ "command-line-utilities", "text-processing", ] description = "A selection of command line tools, wow" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/FauxFaux/muchutils" edition = "2018" [dependencies] anyhow = "1" clap = "2" flate2 = "1.0.13" iowrap = "0.2" lru = "0.6" tempfile = "3" tempfile-fast = "0.3" [dev-dependencies] [profile.release] lto = true