badgelib 0.1.1

A library for generating badges in Rust
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 = "2024"
name = "badgelib"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for generating badges in Rust"
homepage = "https://badges.ws"
readme = "README.md"
keywords = [
    "badge",
    "badges",
    "shields",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/vladkens/badges/"

[features]
axum = ["dep:axum"]
default = []

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

[dependencies.axum]
version = ">=0.8.0"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.maud]
version = "0.27.0"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[build-dependencies.rayon]
version = "1.11.0"

[build-dependencies.rusttype]
version = "0.9.3"