# 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-pagebreaks" version = "0.3.1" authors = ["Kylee Tilley "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A mdbook preprocessor to insert page breaks when rendering to HTML" readme = "README.md" keywords = [ "mdbook", "html", ] categories = [ "command-line-utilities", "text-processing", "parser-implementations", ] license = "MIT" repository = "https://github.com/testingrequired/mdbook-pagebreaks" [[bin]] name = "mdbook-pagebreaks" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = [ "cargo", "wrap_help", ] [dependencies.mdbook] version = "0.4.40" [dependencies.regex] version = "1" [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4.1"