zpdf-parser 0.6.0

PDF file parser: lexer, objects, xref, trailer, stream filters
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 = "zpdf-parser"
version = "0.6.0"
authors = ["zpdf contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF file parser: lexer, objects, xref, trailer, stream filters"
homepage = "https://github.com/Xero-Team/zpdf"
readme = "README.md"
keywords = [
    "pdf",
    "renderer",
    "parser",
    "wgpu",
    "graphics",
]
categories = [
    "rendering",
    "parser-implementations",
    "graphics",
]
license = "MIT"
repository = "https://github.com/Xero-Team/zpdf"

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

[dependencies.aes]
version = "0.8"

[dependencies.cbc]
version = "0.1"

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.tracing]
version = "0.1"

[dependencies.winnow]
version = "0.7"

[dependencies.zpdf-color]
version = "0.6.0"

[dependencies.zpdf-core]
version = "0.6.0"

[dependencies.zune-jpeg]
version = "0.5"

[dev-dependencies.weezl]
version = "0.1"