[[bin]]
name = "graphplot"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.ureq]
features = ["json"]
version = "3.1"
[[example]]
name = "graph"
path = "examples/graph.rs"
[lib]
name = "graphplot"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["visualization", "mathematics", "graphics", "data-structures"]
description = """
Efficient graph visualization tool for large graphs and networks.
Generates high-quality SVG plots, supporting advanced layouts,
graphics and mathematical notation via Typst.
"""
edition = "2024"
homepage = "https://graphplot.io"
keywords = ["plot", "plotting", "graph", "multigraph", "networks"]
license = "MIT"
name = "graphplot"
readme = "README.md"
repository = "https://github.com/sixalphaone/graphplot"
version = "0.4.0"