# 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-pdf" version = "0.1.10" authors = ["Hollow Man "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol" homepage = "https://hollowmansblog.wordpress.com/2022/01/30/mdbook-pdf-a-mdbook-backend-for-generating-pdf-files/" readme = "README.md" keywords = [ "book", "mdbook", "rustbook", "pdf", ] categories = [ "text-processing", "command-line-interface", ] license = "GPL-3.0" repository = "https://github.com/HollowMan6/mdbook-pdf" [[bin]] name = "mdbook-pdf" path = "src/main.rs" [dependencies.env_logger] version = "0" [dependencies.headless_chrome] version = "1" [dependencies.lazy_static] version = "1" [dependencies.mdbook] version = "0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [features] fetch = ["headless_chrome/fetch"]