[package]
edition = "2024"
rust-version = "1.91"
name = "cognee-visualization"
version = "0.1.0"
authors = ["Topoteretes <support@cognee.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge-graph visualization helpers for the cognee pipeline."
homepage = "https://www.cognee.ai"
readme = "README.md"
keywords = [
"ai",
"knowledge-graph",
"memory",
"rag",
"embeddings",
]
categories = [
"science",
"database",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/topoteretes/cognee-rs"
[lib]
name = "cognee_visualization"
path = "src/lib.rs"
[[test]]
name = "colors_test"
path = "tests/colors_test.rs"
[[test]]
name = "end_to_end_test"
path = "tests/end_to_end_test.rs"
[[test]]
name = "html_test"
path = "tests/html_test.rs"
[[test]]
name = "test_render_multi_user"
path = "tests/test_render_multi_user.rs"
[dependencies.cognee-graph]
version = "0.1.0"
[dependencies.dirs]
version = "6"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"sync",
"time",
"fs",
"io-util",
"fs",
"io-util",
]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"sync",
"time",
"fs",
"io-util",
"macros",
"rt",
"rt-multi-thread",
]
[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"