# file: kb_materializer_staking/Cargo.toml # version: 3 [package] name = "kb_materializer_staking" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] kb_core = { path = "../kb_core" } kb_decoder_api = { path = "../kb_decoder_api" } kb_materializer_api = { path = "../kb_materializer_api" } kb_model = { path = "../kb_model" } serde_json.workspace = true tracing.workspace = true [lints] workspace = true