[package]
edition = "2021"
rust-version = "1.90"
name = "graph-explorer-style"
version = "0.2.0"
authors = ["Benjamin Small"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scene model, animation and declarative styling for graph-explorer."
homepage = "https://github.com/benjamin-small/graphing-library#readme"
readme = false
keywords = [
"graph",
"visualization",
"animation",
"styling",
]
categories = [
"visualization",
"graphics",
]
license = "MIT"
repository = "https://github.com/benjamin-small/graphing-library"
[lib]
name = "graph_explorer_style"
path = "src/lib.rs"
[[test]]
name = "zero_alloc"
path = "tests/zero_alloc.rs"
[[bench]]
name = "frame_assembly"
path = "benches/frame_assembly.rs"
harness = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.criterion]
version = "0.5"
default-features = false