spectre_parse 1.0.0

Lazy PDF parser — xref-only at open(), objects materialize on demand. Read-only. Powers the spectre_pdf extraction crate.
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 = "spectre_parse"
version = "1.0.0"
authors = ["Ryan Stewart"]
build = false
exclude = [
    "target/*",
    "target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lazy PDF parser — xref-only at open(), objects materialize on demand. Read-only. Powers the spectre_pdf extraction crate."
documentation = "https://docs.rs/spectre_parse"
readme = false
keywords = [
    "pdf",
    "parser",
    "extraction",
    "lazy",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/RyanJamesStewart/spectre-rs"

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

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

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

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

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

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

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

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

[dependencies.aes]
version = "0.8"

[dependencies.cbc]
version = "0.1"
features = ["block-padding"]

[dependencies.cipher]
version = "0.4"

[dependencies.flate2]
version = "1.1"

[dependencies.indexmap]
version = "2"

[dependencies.md-5]
version = "0.10"

[dependencies.rc4]
version = "0.1"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

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