ainl-graph-extractor 0.1.6

Periodic graph extraction: semantic recurrence_count + persona evolution
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"
rust-version = "1.75"
name = "ainl-graph-extractor"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Periodic graph extraction: semantic recurrence_count + persona evolution"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sbhooley/armaraos"

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

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

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

[dependencies.ainl-memory]
version = "0.1.9-alpha"

[dependencies.ainl-persona]
version = "0.1.6"

[dependencies.ainl-semantic-tagger]
version = "0.1.6"

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

[dependencies.serde_json]
version = "1"

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

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