# 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 = "html2pdf" version = "0.8.0" authors = ["Igor Laborie "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert HTML to PDF using a Headless Chrome browser" documentation = "https://docs.rs/html2pdf" readme = "README.md" keywords = [ "cli", "pdf", ] categories = [ "command-line-utilities", "encoding", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ilaborie/html2pdf" [lib] name = "html2pdf" path = "src/lib.rs" [[bin]] name = "html2pdf" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.derive_more] version = "1.0.0" features = [ "from", "error", "display", ] [dependencies.dunce] version = "1.0.5" [dependencies.headless_chrome] version = "1.0.15" [dependencies.humantime] version = "2.1.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ] [dev-dependencies.assert2] version = "0.3.15" [dev-dependencies.rstest] version = "0.23.0"