[package] name = "cargo-single-line" version = "0.1.6" edition = "2021" authors = ["mexus "] description = "A cargo plugin to shrink cargo's output" categories = ["development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/mexus/cargo-single-line" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.5.4" once_cell = "1.8.0" atty = "0.2.14" [profile.release] strip = "symbols"