# 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 = "shieldify" version = "0.1.3" authors = ["JohnScience "] description = "A simple CLI tool to generate shields from info in Cargo.toml" homepage = "https://github.com/JohnScience/shieldify" documentation = "https://docs.rs/shieldify" readme = "README.md" keywords = [ "cargo", "shields", "badges", "cli", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/shieldify" [dependencies.anyhow] version = "1.0.72" [dependencies.markdown] version = "1.0.0-alpha.11" [dependencies.toml] version = "0.8"