graphify-export 0.5.3

Multi-format export (JSON, HTML, SVG, GraphML, Cypher) for graphify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "graphify-export"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Multi-format export (JSON, HTML, SVG, GraphML, Cypher) for graphify"

[dependencies]
graphify-core.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
thiserror.workspace = true
anyhow.workspace = true

[dev-dependencies]
tempfile = "3"