frc53_nft 9.0.0

Filecoin FRC-0053 non-fungible token reference implementation
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"
rust-version = "1.88"
name = "frc53_nft"
version = "9.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filecoin FRC-0053 non-fungible token reference implementation"
readme = "README.md"
keywords = [
    "filecoin",
    "fvm",
    "token",
    "nft",
    "frc-0053",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/filecoin-project/actors-utils"
resolver = "3"

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

[dependencies.cid]
version = "0.11.2"
features = ["serde"]
default-features = false

[dependencies.frc42_dispatch]
version = "11.0.0"
default-features = false

[dependencies.fvm_actor_utils]
version = "15.0.0"

[dependencies.fvm_ipld_amt]
version = "0.7.6"

[dependencies.fvm_ipld_bitfield]
version = "0.7.2"

[dependencies.fvm_ipld_blockstore]
version = "0.3.2"

[dependencies.fvm_ipld_encoding]
version = "0.5.4"

[dependencies.fvm_ipld_hamt]
version = "0.10.5"

[dependencies.fvm_sdk]
version = "~4.8.2"

[dependencies.fvm_shared]
version = "~4.8.2"

[dependencies.integer-encoding]
version = "4.0.2"

[dependencies.multihash-codetable]
version = "0.2.1"
features = ["blake2b"]
default-features = false

[dependencies.num-traits]
version = "0.2.19"

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

[dependencies.thiserror]
version = "2.0.12"