# file: kb_executor_spl_elgamal_registry/Cargo.toml # version: 3 [package] name = "kb_executor_spl_elgamal_registry" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] base64.workspace = true bytemuck.workspace = true kb_core = { path = "../kb_core" } kb_execution_api = { path = "../kb_execution_api" } kb_model = { path = "../kb_model" } kb_program_ids = { path = "../kb_program_ids" } serde.workspace = true serde_json.workspace = true solana-instruction.workspace = true solana-pubkey.workspace = true solana-zk-elgamal-proof-interface.workspace = true spl-elgamal-registry-interface.workspace = true spl-token-confidential-transfer-proof-extraction.workspace = true tracing.workspace = true ts-rs.workspace = true [lints] workspace = true