coverage-badge 0.2.0

Generate shields.io-style SVG badges for test coverage percentages
Documentation
# 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 = "coverage-badge"
version = "0.2.0"
authors = ["Ozan Kaşıkçı <ozan@kasikci.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate shields.io-style SVG badges for test coverage percentages"
homepage = "https://github.com/ozankasikci/rust-test-coverage-badge"
readme = "README.md"
keywords = [
    "coverage",
    "badge",
    "svg",
    "testing",
    "ci",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/ozankasikci/rust-test-coverage-badge"

[lib]
name = "coverage_badge"
path = "src/lib.rs"

[[bin]]
name = "coverage-badge"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4"
features = ["derive"]