recall_frc42_dispatch 0.1.2

Filecoin FRC-0042 calling convention/dispatch support library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "recall_frc42_dispatch"
version = "0.1.2"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filecoin FRC-0042 calling convention/dispatch support library"
readme = "README.md"
keywords = [
    "recall",
    "filecoin",
    "dispatch",
    "frc-0042",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/recallnet/ipc/"

[lib]
name = "recall_frc42_dispatch"
path = "src/lib.rs"

[dependencies.fvm_ipld_encoding]
version = "~0.4.0"

[dependencies.fvm_sdk]
version = "~4.3.0"
optional = true

[dependencies.fvm_shared]
version = "~4.3.0"

[dependencies.recall_frc42_hasher]
version = "0.1.0"

[dependencies.recall_frc42_macros]
version = "=0.1.2"

[dependencies.thiserror]
version = "1.0.31"

[features]
default = ["use_sdk"]
use_sdk = ["dep:fvm_sdk"]