[package] name = "lcov2" version = "0.1.0" authors = ["Rowan Hart "] edition = "2021" description = "Enhanced tools for working with LCOV format and generating HTML" documentation = "https://docs.rs/lcov2" readme = "README.md" homepage = "https://github.com/novafacing/lcov2" repository = "https://github.com/novafacing/lcov2" license = "Apache-2.0" keywords = ["lcov", "coverage", "html"] [dependencies] chrono = "0.4.38" either = "1.13.0" markup = "0.15.0" petgraph = "0.6.5" thiserror = "1.0.63"