[package] name = "badgers" version = "1.2.0" description = "Simple badge generator" authors = ["Valentin Brandl ", "Onur Aslan ", "Joshua Nelson ", "Chase Wilson ", "The Rust Project Developers"] license-file = "LICENSE" readme = "README.md" keywords = ["badge", "svg"] repository = "https://github.com/vbrandl/badgers" documentation = "https://docs.rs/badgers" edition = "2018" [dependencies] ab_glyph = "0.2.16" base64 = "0.21" once_cell = "1"