infigraph-docs 1.5.3

Document indexing and search for Infigraph — PDF, DOCX, PPTX, XLSX, Markdown, and plain text
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 = "infigraph-docs"
version = "1.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Document indexing and search for Infigraph — PDF, DOCX, PPTX, XLSX, Markdown, and plain text"
homepage = "https://intuit.github.io/infigraph/"
readme = "README.md"
keywords = [
    "document-search",
    "pdf",
    "indexing",
    "full-text-search",
    "docx",
]
categories = [
    "development-tools",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/intuit/infigraph"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "58.3"
features = ["prettyprint"]

[dependencies.calamine]
version = "0.35"

[dependencies.chrono]
version = "0.4.45"

[dependencies.infigraph-core]
version = "1.5.3"

[dependencies.kuzu]
version = "= 0.16.0"
package = "lbug"

[dependencies.notify]
version = "6"
features = ["macos_kqueue"]

[dependencies.parquet]
version = "58.3"

[dependencies.pdf_oxide]
version = "0.3"

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

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.zip]
version = "2"