recall_fendermint_actor_machine 0.1.2

Shared types for ADM machine actors
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_fendermint_actor_machine"
version = "0.1.2"
authors = [
    "Protocol Labs",
    "Textile",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for ADM machine actors"
readme = false
license = "MIT OR Apache-2.0"

[lib]
name = "recall_fendermint_actor_machine"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.fvm_ipld_blockstore]
version = "~0.2.1"

[dependencies.fvm_ipld_encoding]
version = "~0.4.0"

[dependencies.fvm_shared]
version = "~4.3.0"

[dependencies.recall_actor_sdk]
version = "=0.1.2"

[dependencies.recall_fil_actor_adm]
version = "=0.0.2"

[dependencies.recall_fil_actors_runtime]
version = "=0.0.2"

[dependencies.recall_frc42_dispatch]
version = "=0.1.2"

[dependencies.recall_sol_facade]
version = "=0.1.1"
features = ["machine"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dev-dependencies.recall_fil_actors_runtime]
version = "=0.0.2"
features = ["test_utils"]

[features]
fil-actor = ["recall_fil_actors_runtime/fil-actor"]