# 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 = "drcov2lcov" version = "0.2.1" authors = ["George Liontos "] description = """ Generate line coverage from drcov files """ readme = "README.md" keywords = ["line-coverage"] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/GeorgeLS/drcov2lcov" [dependencies.anyhow] version = "1.*" [dependencies.byteorder] version = "1.*" [dependencies.clap] version = "4.*" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.gimli] version = "0.31.0" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.memmap2] version = "0.9" [dependencies.object] version = "0.36.3" [dependencies.ouroboros] version = "0.18.0" [dependencies.regex] version = "1.*" [dependencies.roaring] version = "0.10.2"