recall_fendermint_vm_encoding 0.1.2

Utilities for encoding some of the primitive FVM types with serde
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_vm_encoding"
version = "0.1.2"
authors = [
    "Protocol Labs",
    "Textile",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for encoding some of the primitive FVM types with serde"
readme = false
license = "MIT OR Apache-2.0"

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

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

[dependencies.fvm_shared]
version = "~4.3.0"

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

[dependencies.recall_ipc_api]
version = "=0.1.2"

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

[dependencies.serde_with]
version = "2.3"