[package]
name = "frc42_dispatch"
description = "Filecoin FRC-0042 calling convention/dispatch support library"
version = "10.0.0"
license = "MIT OR Apache-2.0"
keywords = ["filecoin", "dispatch", "frc-0042"]
repository = "https://github.com/helix-onchain/filecoin/"
edition = "2021"
[dependencies]
fvm_ipld_encoding = { workspace = true }
fvm_sdk = { workspace = true, optional = true }
fvm_shared = { workspace = true }
frc42_hasher = { version = "8.0.0", path = "hasher" }
frc42_macros = { version = "8.0.0", path = "macros" }
thiserror = { version = "2.0.12" }
[features]
default = ["use_sdk"]
use_sdk = ["dep:fvm_sdk"]