pdfmuse-core 0.1.6

Deterministic PDF/DOCX parser core (pure Rust). The value core of pdfmuse.
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"
name = "pdfmuse-core"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic PDF/DOCX parser core (pure Rust). The value core of pdfmuse."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/casperkwok/pdfmuse"

[features]
default = []
pdfium = []
rayon = ["dep:rayon"]

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

[[example]]
name = "gen_cjk_pdf"
path = "examples/gen_cjk_pdf.rs"

[[example]]
name = "gen_docx"
path = "examples/gen_docx.rs"

[[example]]
name = "gen_encrypted_pdf"
path = "examples/gen_encrypted_pdf.rs"

[[example]]
name = "gen_form_xobject_pdf"
path = "examples/gen_form_xobject_pdf.rs"

[[example]]
name = "gen_hello_pdf"
path = "examples/gen_hello_pdf.rs"

[[example]]
name = "gen_table_pdf"
path = "examples/gen_table_pdf.rs"

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

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

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

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

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

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

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

[dependencies.lopdf]
version = "0.36"

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

[dependencies.rayon]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-normalization]
version = "0.1"

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

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

[dev-dependencies.insta]
version = "1"