# 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-nocomment" version = "0.2.1" authors = ["d1t2 "] description = "Remove all html comments" readme = "README.md" keywords = [ "mdbook", "proprocessor", ] license = "LGPL-3.0-or-later OR MIT" repository = "https://github.com/dieterplex/mdbook-nocomment" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = ["std"] default-features = false [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "0.4" default-features = false [dependencies.pulldown-cmark] version = "0.9" [dependencies.pulldown-cmark-to-cmark] version = "10.0" [dependencies.semver] version = "1.0" [dependencies.serde_json] version = "1.0"