ezu-graph 0.3.0

Typed DAG evaluator for the Ezu Style Spec
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 = "2021"
rust-version = "1.89"
name = "ezu-graph"
version = "0.3.0"
authors = ["Eukarya Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed DAG evaluator for the Ezu Style Spec"
homepage = "https://github.com/reearth/ezu"
readme = "README.md"
keywords = [
    "dag",
    "graph",
    "evaluator",
    "ezu",
    "rendering",
]
categories = [
    "graphics",
    "rendering",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/reearth/ezu"

[features]
default = []
parallel = ["dep:rayon"]

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

[dependencies.ezu-style]
version = "0.3.0"

[dependencies.indexmap]
version = "2"

[dependencies.inventory]
version = "0.3"

[dependencies.lru]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]