recall_ipc_types 0.1.2

The primitive types for fvm
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_ipc_types"
version = "0.1.2"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The primitive types for fvm"
readme = "README.md"
license-file = "LICENSE-APACHE"
repository = "https://github.com/recallnet/ipc"

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

[dependencies.anyhow]
version = "1"

[dependencies.cid]
version = "~0.10.1"
features = [
    "serde-codec",
    "std",
    "serde-codec",
]
default-features = false

[dependencies.fvm_ipld_amt]
version = "~0.6.2"

[dependencies.fvm_ipld_blockstore]
version = "~0.2.1"

[dependencies.fvm_ipld_encoding]
version = "~0.4.0"

[dependencies.fvm_ipld_hamt]
version = "~0.9.0"

[dependencies.fvm_shared]
version = "~4.3.0"

[dependencies.hex]
version = "~0.4"

[dependencies.indexmap]
version = "1.8.0"
features = ["serde-1"]

[dependencies.integer-encoding]
version = "3.0.3"
default-features = false

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "~0.4"

[dependencies.num-derive]
version = "~0.3"

[dependencies.num-traits]
version = "~0.2"

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

[dependencies.thiserror]
version = "1"

[dependencies.uint]
version = "0.9.3"
default-features = false

[features]
fil-actor = []