liepress 0.1.0-beta.1

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.0-beta.1"
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 = "ast_tests"
path = "tests/ast_tests.rs"

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

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

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

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

[dependencies.base64]
version = "0.22"

[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.0"

[dependencies.markdown]
version = "1.0.0"

[dependencies.parley]
version = "0.10.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.vello_cpu]
version = "0.0.9"

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

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