facett-graphview 0.1.8

facett — a vello-backed, domain-agnostic scalable 2D graph render engine. Runtime-selects vello (GPU/wgpu) when a usable GPU exists, vello_cpu (multithreaded SIMD) as the no-GPU fallback. The eventual home for every graph surface (dep/arch/release dashboards, korp, graph-DB browsing).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "facett-graphview"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "facett — a vello-backed, domain-agnostic scalable 2D graph render engine. Runtime-selects vello (GPU/wgpu) when a usable GPU exists, vello_cpu (multithreaded SIMD) as the no-GPU fallback. The eventual home for every graph surface (dep/arch/release dashboards, korp, graph-DB browsing)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/facett"
resolver = "2"

[features]
default = []
gpu = [
    "dep:vello",
    "dep:wgpu",
    "dep:pollster",
    "dep:bytemuck",
    "facett-core/wgpu",
]
testmatrix = ["facett-core/testmatrix"]

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

[[example]]
name = "render_png"
path = "examples/render_png.rs"

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

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

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

[[bench]]
name = "raster"
path = "benches/raster.rs"
harness = false

[dependencies.bytemuck]
version = "1"
optional = true

[dependencies.egui]
version = "0.34"

[dependencies.facett-core]
version = "0.1"

[dependencies.pollster]
version = "0.4"
optional = true

[dependencies.serde_json]
version = "1"

[dependencies.vello]
version = "0.9"
optional = true

[dependencies.vello_cpu]
version = "0.0.6"

[dependencies.wgpu]
version = "29"
optional = true

[dev-dependencies.criterion]
version = "0.5"
default-features = false

[dev-dependencies.egui]
version = "0.34"

[dev-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false