liepress 0.1.3

A Markdown to PDF/SVG/PNG converter with CSS styling support
Documentation
# 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 = "2024"
name = "liepress"
version = "0.1.3"
authors = ["zzzdong <kuwater@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Markdown to PDF/SVG/PNG converter with CSS styling support"
homepage = "https://github.com/zzzdong/liepress"
readme = "README.md"
keywords = [
    "markdown",
    "pdf",
    "svg",
    "png",
    "document",
]
categories = [
    "command-line-utilities",
    "rendering",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zzzdong/liepress"

[lib]
name = "liepress"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "liepress"
path = "src/bin/liepress.rs"

[[test]]
name = "e2e_tests"
path = "tests/e2e_tests.rs"

[[test]]
name = "stage1_ast_tests"
path = "tests/stage1_ast_tests.rs"

[[test]]
name = "stage2_generator_tests"
path = "tests/stage2_generator_tests.rs"

[[test]]
name = "stage3_render_tests"
path = "tests/stage3_render_tests.rs"

[dependencies.base64]
version = "0.23"
features = ["std"]
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.html5ever]
version = "0.39.0"

[dependencies.image]
version = "0.25"

[dependencies.kamadak-exif]
version = "0.6"

[dependencies.krilla]
version = "0.8"

[dependencies.lightningcss]
version = "1.0.0-alpha.71"

[dependencies.parley]
version = "0.11.0"

[dependencies.pulldown-cmark]
version = "0.13.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.vello_cpu]
version = "0.1.0"

[dev-dependencies.lopdf]
version = "0.44"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[profile.release]
lto = "fat"
codegen-units = 1
strip = "symbols"