# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "merit" version = "0.7.1" 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/merit" [[bin]] name = "cargo-badge" required-features = ["cli"] [[bench]] name = "badge_benchmark" harness = false [dependencies.ab_glyph] version = "0.2" [dependencies.clap] version = "3.0.0-beta.2" features = ["derive", "suggestions", "color"] optional = true [dependencies.cssparser] version = "0.28" [dependencies.maud] version = "0.22" [dependencies.phf] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.unicode-normalization] version = "0.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.scraper] version = "0.12" [build-dependencies.phf_codegen] version = "0.8" [build-dependencies.scraper] version = "0.12" [features] cli = ["clap"] serde_de = ["serde"]