badgeland 0.8.1

Fast badge generator for any purpose
Documentation
[[bench]]
harness = false
name = "badge_benchmark"

[[bin]]
name = "cargo-badge"
required-features = ["cli"]
[build-dependencies.phf_codegen]
version = "0.8"

[build-dependencies.scraper]
version = "0.12"
[dependencies.ab_glyph]
version = "0.2"

[dependencies.clap]
features = ["derive", "suggestions", "color"]
optional = true
version = "3.0.0-beta.2"

[dependencies.cssparser]
version = "0.28"

[dependencies.maud]
version = "0.22"

[dependencies.phf]
version = "0.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.unicode-normalization]
version = "0.1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.scraper]
version = "0.12"

[features]
cli = ["clap"]
serde_de = ["serde"]

[package]
authors = ["Suntharesan Mohan <suntharesan.mohan@gmail.com>"]
build = "./build_scripts/build.rs"
description = "Fast badge generator for any purpose"
edition = "2018"
license = "MIT"
name = "badgeland"
publish = true
readme = "Readme.md"
repository = "https://github.com/msuntharesan/badgeland"
version = "0.8.1"