kcode-doc-extraction 0.1.0

Local PDF, DOCX, spreadsheet, and plain-text extraction
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 = "2024"
rust-version = "1.97"
name = "kcode-doc-extraction"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "DependencyAudit.md",
    "Documentation.md",
    "LICENSE",
    "README.md",
    "Specification.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local PDF, DOCX, spreadsheet, and plain-text extraction"
documentation = "https://docs.rs/kcode-doc-extraction"
readme = "README.md"
keywords = [
    "pdf",
    "docx",
    "spreadsheet",
    "text-extraction",
]
categories = [
    "text-processing",
    "parser-implementations",
]
license = "MIT"

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

[dependencies.calamine]
version = "0.35"

[dependencies.pdf-extract]
version = "0.12"

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

[dependencies.zip]
version = "7.2"
features = ["deflate-flate2-zlib-rs"]
default-features = false

[lints.rust]
unsafe_code = "forbid"