# 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" rust-version = "1.56.1" name = "lcov-util" version = "0.2.1" authors = ["gifnksm "] description = "Utility commands to operate and analyze LCOV trace file at blazingly fast." readme = "README.md" keywords = [ "lcov", "coverage", "gcov", ] categories = [ "command-line-utilities", "parsing", ] license = "MIT/Apache-2.0" repository = "https://github.com/gifnksm/lcov/" resolver = "2" [package.metadata.release] pre-release-hook = [ "cargo", "test", "--workspace", ] [[package.metadata.release.pre-release-replacements]] file = "dist/pkgbuild/PKGBUILD" search = 'pkgver=[0-9\.]+' replace = "pkgver={{version}}" [[package.metadata.release.pre-release-replacements]] file = "dist/pkgbuild/PKGBUILD" search = 'pkgrel=[0-9\.]+' replace = "pkgrel=1" [dependencies.lcov] version = "0.8" [dependencies.structopt] version = "0.3.26" [dev-dependencies.version-sync] version = "0.9.4" [badges.maintenance] status = "passively-maintained"