[package]
edition = "2024"
name = "gantz_core"
version = "0.4.1"
authors = ["nannou-org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core types and traits for gantz, an environment for creative systems."
homepage = "https://github.com/nannou-org/gantz"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/nannou-org/gantz"
[lib]
name = "gantz_core"
path = "src/lib.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "diagnostics"
path = "tests/diagnostics.rs"
[[test]]
name = "fn_apply"
path = "tests/fn_apply.rs"
[[test]]
name = "graph"
path = "tests/graph.rs"
[[test]]
name = "ir_pipeline"
path = "tests/ir_pipeline.rs"
[[test]]
name = "nested"
path = "tests/nested.rs"
[[test]]
name = "rust_fn"
path = "tests/rust_fn.rs"
[[test]]
name = "source_map"
path = "tests/source_map.rs"
[[test]]
name = "state"
path = "tests/state.rs"
[[test]]
name = "steel_target"
path = "tests/steel_target.rs"
[[test]]
name = "vm"
path = "tests/vm.rs"
[dependencies.gantz_ca]
version = "0.3.0"
[dependencies.gantz_nodetag]
version = "0.1.1"
[dependencies.log]
version = "0.4"
features = ["serde"]
[dependencies.petgraph]
version = "0.8"
features = ["serde-1"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.steel-core]
version = "0.8"
[dependencies.thiserror]
version = "2"
[dependencies.web-time]
version = "1"
[dev-dependencies.env_logger]
version = "0.11"
default-features = false
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.steel-derive]
version = "0.8"