terraphim_automata 1.0.0

Automata for searching and processing knowledge graphs
Documentation
[[bench]]
harness = false
name = "autocomplete_bench"
path = "benches/autocomplete_bench.rs"

[dependencies.ahash]
features = ["serde"]
version = "0.8.6"

[dependencies.aho-corasick]
version = "1.0.2"

[dependencies.bincode]
version = "1.3"

[dependencies.cached]
features = ["proc_macro", "async", "serde", "ahash"]
version = "0.56.0"

[dependencies.fst]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
optional = true
version = "0.12.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.strsim]
version = "0.11"

[dependencies.terraphim_types]
version = "1.0.0"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.tokio]
features = ["io-util", "time", "macros", "rt", "rt-multi-thread", "process"]
optional = true
version = "1"

[dependencies.tsify]
features = ["js"]
optional = true
version = "0.5"

[dependencies.wasm-bindgen]
version = "0.2.51"

[dependencies.wasm-bindgen-futures]
version = "0.4.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.lazy_static]
version = "1.4.0"

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

[dev-dependencies.tokio]
features = ["io-util", "time", "macros", "rt", "rt-multi-thread"]
version = "1"

[features]
default = []
remote-loading = ["tokio", "reqwest"]
tokio-runtime = ["tokio"]
typescript = ["tsify"]
wasm = ["typescript"]

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

[package]
authors = ["Terraphim Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Automata for searching and processing knowledge graphs"
documentation = "https://terraphim.ai"
edition = "2021"
homepage = "https://terraphim.ai"
keywords = ["personal-assistant", "ai", "privacy", "agent", "automata"]
license = "Apache-2.0"
name = "terraphim_automata"
readme = "README.md"
repository = "https://github.com/terraphim/terraphim-ai"
version = "1.0.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3"

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

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