# 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 = "mdbook-alerts" version = "0.6.10" authors = ["Alisue "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdBook preprocessor to add GitHub Flavored Markdown's Alerts to your book" readme = "README.md" keywords = [ "mdbook", "preprocessor", "markdown", "github", ] license = "MIT" repository = "https://github.com/lambdalisue/rs-mdbook-alerts" [lib] name = "mdbook_alerts" path = "src/lib.rs" [[bin]] name = "mdbook-alerts" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.mdbook] version = "0.4.42" [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.11.1" [dependencies.rust-embed] version = "8.5.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.215" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.133"