# 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 = "rsbadges" version = "1.1.5" authors = ["Brandon Minor "] description = "Create code badges from the comfort and safety of Rust" homepage = "https://gitlab.com/tangram-vision-oss/rsbadges" readme = "README.md" keywords = [ "badge", "badges", "svg", "shields", "logo", ] categories = [ "command-line-interface", "command-line-utilities", "graphics", ] license = "BSD-3-Clause" repository = "https://gitlab.com/tangram-vision-oss/rsbadges" [dependencies.askama] version = "0.12" [dependencies.base64] version = "0.21" [dependencies.css-color] version = "0.2" [dependencies.getopts] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rusttype] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.unicode-normalization] version = "0.1" [dependencies.ureq] version = "2.6" [dependencies.webbrowser] version = "0.8"