frc46_token 14.1.0

Filecoin FRC-0046 fungible token reference implementation
Documentation
[package]
name = "frc46_token"
description = "Filecoin FRC-0046 fungible token reference implementation"
version = "14.1.0"
license = "MIT OR Apache-2.0"
keywords = ["filecoin", "fvm", "token", "frc-0046"]
repository = "https://github.com/filecoin-project/actors-utils"
edition = "2021"

[dependencies]
frc42_dispatch = { workspace = true }
fvm_actor_utils = { workspace = true }

cid = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_hamt = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_sdk = { workspace = true }
fvm_shared = { workspace = true }
multihash-codetable = { workspace = true, features = ["blake2b"] }
num-traits = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
integer-encoding = { workspace = true }