[package] name = "lcov-summary" version = "0.2.1" edition = "2021" authors = ["Thibaut Vandervelden "] description = "Summarize lcov files in the terminal." license = "MIT OR Apache-2.0" repository = "https://github.com/thvdveld/lcov-summary" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" clap = { version = "4.2.4", features = ["derive"] } colored = "2.0.0" nom = "7.1.3" prettytable-rs = "0.10.0" rustc-demangle = "0.1.23"