ctxgraph-extract 0.5.0

Extraction pipeline for ctxgraph — NER, relations, temporal parsing
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"
name = "ctxgraph-extract"
version = "0.5.0"
build = false
exclude = [
    ".fastembed_cache/",
    "models/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extraction pipeline for ctxgraph — NER, relations, temporal parsing"
readme = false
license = "MIT"
repository = "https://github.com/rohansx/ctxgraph"
resolver = "2"

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

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

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

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

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

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

[dependencies.composable]
version = "0.9"

[dependencies.dirs]
version = "6"

[dependencies.fastembed]
version = "4"

[dependencies.gline-rs]
version = "1.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.ndarray]
version = "0.16"

[dependencies.orp]
version = "0.9"

[dependencies.ort]
version = "=2.0.0-rc.9"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.22"

[dependencies.toml]
version = "0.8"

[dev-dependencies.dirs]
version = "6"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.tempfile]
version = "3"