pptxboss-core 0.3.0

PresentationML (.pptx) reader in pure Rust: ZIP container, OPC package, XML tokenizer and the document model (ECMA-376)
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 = "pptxboss-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PresentationML (.pptx) reader in pure Rust: ZIP container, OPC package, XML tokenizer and the document model (ECMA-376)"
readme = "README.md"
keywords = [
    "pptx",
    "powerpoint",
    "ecma-376",
    "ooxml",
    "parser",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/4thel00z/pptxboss"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.memchr]
version = "2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.flate2]
version = "1"
features = ["zlib-rs"]
default-features = false