[package] name = "oak-node" version.workspace = true edition = "2021" description = "Oak Video Editor node graph engine (Rust)" license = "GPL-3.0-or-later" [lib] crate-type = ["staticlib", "rlib"] [dependencies] oak-core = { path = "../oak-core" } oak-common = { path = "../oak-common" } oak-undo = { path = "../oak-undo" } oak-codec = { path = "../oak-codec" } thiserror = "2" [dev-dependencies] # oakcodec is also a plain dependency above; the dev-dependency re-entry # used to enable oakcodec's `test-stubs` host-mocks, which no longer exist # (single-lib unification removed the oakcore_*/oakrender_* C ABI calls).