-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hollow Man <[email protected]>
- Loading branch information
1 parent
5cdd883
commit babbf81
Showing
7 changed files
with
156 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
[package] | ||
name = "mdbook-pdf" | ||
version = "0.1.1" | ||
authors = ["Hollow Man <[email protected]>"] | ||
edition = "2021" | ||
categories = ["text-processing", "command-line-interface"] | ||
description = "A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol" | ||
license = "GPL-3.0" | ||
edition = "2021" | ||
homepage = "https://hollowmansblog.wordpress.com/2022/01/30/mdbook-pdf-a-mdbook-backend-for-generating-pdf-files/" | ||
repository = "https://github.com/HollowMan6/mdbook-pdf" | ||
keywords = ["book", "mdbook", "rustbook", "pdf"] | ||
license = "GPL-3.0" | ||
name = "mdbook-pdf" | ||
readme = "README.md" | ||
categories = ["text-processing", "command-line-interface"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
repository = "https://github.com/HollowMan6/mdbook-pdf" | ||
version = "0.1.2" | ||
|
||
[dependencies] | ||
# # Wait for automatic chrome download to be available: https://github.com/atroche/rust-headless-chrome/issues/286 | ||
# headless_chrome = { git = "https://github.com/atroche/rust-headless-chrome", branch = "master", features= ["fetch"] } | ||
|
||
# A forked version to expand some response timeout to 300 seconds. | ||
mdbook-pdf-headless_chrome = "0.1.0" | ||
mdbook = "0.4.15" | ||
serde = "1.0.136" | ||
serde_derive = "1.0.136" | ||
env_logger = "0.9.0" | ||
env_logger = "0" | ||
lazy_static = "1" | ||
mdbook = "0" | ||
mdbook-pdf-headless_chrome = "0" | ||
regex = "1" | ||
serde = "1" | ||
serde_derive = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.