# 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 = "badges" version = "0.3.2" authors = ["Sophie Tauchert "] description = "A pure Rust library for generating SVG badges with an included binary" documentation = "https://docs.rs/badges" readme = "README.md" keywords = [ "svg", "badge", ] categories = [ "visualization", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/relaxdays/badges" [[bin]] name = "badges" required-features = ["cli"] [dependencies.askama] version = "^0.11" [dependencies.clap] version = "^4" features = ["derive"] optional = true [dependencies.once_cell] version = "^1.16" optional = true [dependencies.rustybuzz] version = "^0.6" optional = true [dependencies.thiserror] version = "^1" [dev-dependencies.pretty_assertions] version = "^1.3" [features] cli = ["clap"] default = ["font-shape"] font-shape = [ "once_cell", "rustybuzz", ]