rusdox 1.0.0

Generate DOCX and PDF from YAML at Rust speed.
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 = "2021"
rust-version = "1.88"
name = "rusdox"
version = "1.0.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/ROADMAP.md",
    "/CHANGELOG.md",
    "/LICENSE",
    "/SECURITY.md",
    "/docs/**",
    "/schema/**",
    "/editors/vscode/**",
    "/tests/**",
    "!/tests/golden/**",
    "/examples/*.yaml",
    "/examples/*.toml",
    "/examples/config/**",
    "/examples/fragments/**",
    "/examples/github-actions/**",
    "/examples/integrations/**",
    "/examples/README.md",
    "/templates/**",
    "/assets/rusdox-mark.svg",
    "/assets/signature-demo.svg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rusdox"
description = "Generate DOCX and PDF from YAML at Rust speed."
homepage = "https://othmaneblial.github.io/rusdox/"
documentation = "https://docs.rs/rusdox"
readme = "README.md"
keywords = [
    "docx",
    "pdf",
    "yaml",
    "ooxml",
    "documents",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/OthmaneBlial/rusdox"

[features]
default = []
maintainer-tools = []

[lib]
name = "rusdox"
path = "src/lib.rs"

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

[[bin]]
name = "generate_stress_1000_pages_yaml"
path = "src/bin/generate_stress_1000_pages_yaml.rs"
required-features = ["maintainer-tools"]

[[bin]]
name = "stress_1000_pages"
path = "src/bin/stress_1000_pages.rs"
required-features = ["maintainer-tools"]

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

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

[dependencies.bitflags]
version = "2.6"

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

[dependencies.dialoguer]
version = "0.12"

[dependencies.ed25519-dalek]
version = "3.0"
features = ["fast"]
default-features = false

[dependencies.fontdb]
version = "0.23"

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
]
default-features = false

[dependencies.miniz_oxide]
version = "0.9"

[dependencies.pdf-writer]
version = "0.15"

[dependencies.quick-xml]
version = "0.41"

[dependencies.resvg]
version = "0.47"
features = [
    "system-fonts",
    "text",
]
default-features = false

[dependencies.schemars]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.1"

[dependencies.ttf-parser]
version = "0.25"

[dependencies.ureq]
version = "3.4"
features = ["rustls"]
default-features = false

[dependencies.zip]
version = "8.5"
features = ["deflate"]
default-features = false

[profile.dev]
opt-level = 2

[profile.dev.package."*"]
opt-level = 3