fop 0.1.0

FOP (Formatting Objects Processor) — Apache FOP-compatible XSL-FO processor in pure Rust
# 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 = "fop"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FOP (Formatting Objects Processor) — Apache FOP-compatible XSL-FO processor in pure Rust"
homepage = "https://github.com/cool-japan/fop"
documentation = "https://docs.rs/fop"
readme = "README.md"
keywords = [
    "xsl-fo",
    "pdf",
    "formatter",
    "xml",
    "typography",
]
categories = [
    "text-processing",
    "parser-implementations",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/fop"

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

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

[[bench]]
name = "comparison_benchmarks"
path = "benches/comparison_benchmarks.rs"
harness = false

[[bench]]
name = "fop_benchmarks"
path = "benches/fop_benchmarks.rs"
harness = false

[[bench]]
name = "parsing"
path = "benches/parsing.rs"

[[bench]]
name = "performance_benchmarks"
path = "benches/performance_benchmarks.rs"
harness = false

[dependencies.fop-core]
version = "0.1.0"

[dependencies.fop-layout]
version = "0.1.0"

[dependencies.fop-render]
version = "0.1.0"
features = ["raster"]
default-features = false

[dependencies.fop-types]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.fop-pdf-renderer]
version = "0.1.0"

[dev-dependencies.png]
version = "0.18"

[dev-dependencies.tempfile]
version = "3.26"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true