blazegraph-io 0.2.2

Parse PDFs into semantic document graphs with bounding boxes. Built for GraphRAG.
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 = "blazegraph-io"
version = "0.2.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse PDFs into semantic document graphs with bounding boxes. Built for GraphRAG."
homepage = "https://blazegraph.io"
readme = "README.md"
keywords = [
    "pdf",
    "document",
    "graph",
    "rag",
    "parsing",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmplifyTechnology/blazegraph-io"

[features]
default = ["jni-backend"]
jni-backend = ["blazegraph-io-core/jni-backend"]

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

[[bin]]
name = "blazegraph-io"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blazegraph-io-core]
version = "0.2.2"
default-features = false
package = "blazegraph-io-core"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.dirs]
version = "5.0"

[dependencies.flate2]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.ureq]
version = "2.9"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dependencies.zip]
version = "0.6"