# 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 = "spacebadgers" version = "1.3.4" authors = ["Marco Quinten "] build = "build.rs" description = "Fast SVG badge generator" homepage = "https://github.com/splittydev/spacebadgers" readme = "README.md" license = "MIT" repository = "https://github.com/splittydev/spacebadgers" [[bench]] name = "badge" harness = false [dependencies.htmlize] version = "1.0" [dependencies.indoc] version = "2.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.spacebadgers-utils] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.insta] version = "1.38" [build-dependencies.indoc] version = "2.0" [build-dependencies.spacebadgers-utils] version = "1" [build-dependencies.walkdir] version = "2.5" [features] serde = [ "dep:serde", "phf/serde", ]