# 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 = "2018" name = "badgeland" version = "0.14.0" authors = ["Suntharesan Mohan "] build = "./build_scripts/build.rs" publish = true description = "Fast badge generator for any purpose" readme = "Readme.md" license = "MIT" repository = "https://github.com/msuntharesan/badgeland" [[bin]] name = "cargo-badge" required-features = ["default"] [[bench]] name = "badge_benchmark" harness = false [dependencies.ab_glyph] version = "0.2" [dependencies.clap] version = "4" features = [ "derive", "suggestions", "color", ] optional = true [dependencies.cssparser] version = "0.29" [dependencies.maud] version = "0.24" [dependencies.once_cell] version = "1.13" [dependencies.phf] version = "0.11" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.unicode-normalization] version = "0.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.scraper] version = "0.13" [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.scraper] version = "0.13" [features] default = [ "clap", "static_icons", ] serde_de = ["serde"] static_icons = ["phf"]