# 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 = "lcoviz" version = "0.1.1" include = [ "src/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", ] description = "A tool to visualize LCOV coverage data" readme = "README.md" keywords = [ "lcov", "coverage", "visualization", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Leonils/lcoviz" [dependencies.htmlescape] version = "0.3.1" [dependencies.lcov] version = "0.8.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.toml] version = "0.8.12" [dev-dependencies.mockall] version = "0.12.1"