[package] name = "oaknode" version = "0.1.0" edition = "2021" description = "Oak Video Editor node graph engine (Rust)" license = "GPL-3.0-or-later" [lib] crate-type = ["staticlib", "rlib"] [dependencies] oakcore-rs = { path = "../oakcore" } oakcommon = { path = "../oakcommon" } oakundo = { path = "../oakundo" } oakcodec = { path = "../oakcodec" } 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).