# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lcov2" version = "0.1.0" authors = ["Rowan Hart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enhanced tools for working with LCOV format and generating HTML" homepage = "https://github.com/novafacing/lcov2" documentation = "https://docs.rs/lcov2" readme = "README.md" keywords = [ "lcov", "coverage", "html", ] license = "Apache-2.0" repository = "https://github.com/novafacing/lcov2" [lib] name = "lcov2" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.either] version = "1.13.0" [dependencies.markup] version = "0.15.0" [dependencies.petgraph] version = "0.6.5" [dependencies.thiserror] version = "1.0.63"