acroform-pdf 0.0.16

PDF reader (fork of pdf-rs for acroform)
Documentation
[dependencies.acroform-pdf-derive]
version = "0.0.16"

[dependencies.aes]
version = "0.8.2"

[dependencies.bitflags]
version = "2.5"

[dependencies.cbc]
version = "0.1"

[dependencies.datasize]
version = "0.2.13"

[dependencies.deflate]
version = "1.0.0"

[dependencies.euclid]
optional = true
version = "0.22.7"

[dependencies.fax]
version = "0.2.0"

[dependencies.globalcache]
features = ["sync"]
optional = true
version = "0.2.3"

[dependencies.indexmap]
version = "2.1.0"

[dependencies.istring]
features = ["std", "size"]
version = "0.3.3"

[dependencies.itertools]
version = "0.13.0"

[dependencies.jpeg-decoder]
default-features = false
version = "0.3.0"

[dependencies.libflate]
version = "2.0.0"

[dependencies.log]
version = "0.4.14"

[dependencies.md5]
version = "0.7"

[dependencies.memmap2]
optional = true
version = "0.9.4"

[dependencies.once_cell]
version = "1.5.2"

[dependencies.sha2]
version = "0.10.2"

[dependencies.snafu]
version = "0.8.3"

[dependencies.stringprep]
version = "0.1.2"

[dependencies.tempfile]
optional = true
version = "3.2.0"

[dependencies.weezl]
version = "0.1.4"

[dev-dependencies.glob]
version = "0.3.0"

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

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

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

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

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

[features]
cache = ["globalcache"]
default = ["sync", "cache"]
dump = ["tempfile"]
mmap = ["memmap2"]
sync = []
threads = ["jpeg-decoder/default"]

[lib]
doctest = false
name = "pdf"
path = "src/lib.rs"

[package]
authors = ["Erlend Langseth <3rlendhl@gmail.com>", "Sebastian Köln <s3bk@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "PDF reader (fork of pdf-rs for acroform)"
documentation = "https://docs.rs/acroform-pdf"
edition = "2021"
keywords = ["pdf", "acroform"]
license = "MIT"
name = "acroform-pdf"
readme = "README.md"
repository = "https://github.com/nibsbin/acroform-rs"
version = "0.0.16"

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

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

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