[package]
name = "frc53_nft"
description = "Filecoin FRC-0053 non-fungible token reference implementation"
version = "8.0.0"
license = "MIT OR Apache-2.0"
keywords = ["filecoin", "fvm", "token", "nft", "frc-0053"]
repository = "https://github.com/helix-onchain/filecoin/"
edition = "2021"
[dependencies]
frc42_dispatch = { workspace = true }
fvm_actor_utils = { workspace = true }
cid = { workspace = true }
fvm_ipld_bitfield = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_hamt = { workspace = true }
fvm_ipld_amt = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_sdk = { workspace = true }
fvm_shared = { workspace = true }
integer-encoding = { workspace = true }
multihash-codetable = { workspace = true, features = ["blake2b"] }
num-traits = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }