# 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 = "frc53_nft" version = "5.0.0" 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/helix-onchain/filecoin/" [dependencies.cid] version = "0.10.1" features = ["serde-codec"] default-features = false [dependencies.frc42_dispatch] version = "7.0.0" default-features = false [dependencies.fvm_actor_utils] version = "11.0.0" [dependencies.fvm_ipld_amt] version = "0.6.0" [dependencies.fvm_ipld_bitfield] version = "0.6.0" [dependencies.fvm_ipld_blockstore] version = "0.2.0" [dependencies.fvm_ipld_encoding] version = "0.4.0" [dependencies.fvm_ipld_hamt] version = "0.9.0" [dependencies.fvm_sdk] version = "~4.3" [dependencies.fvm_shared] version = "~4.3" [dependencies.integer-encoding] version = "4.0.0" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_tuple] version = "0.5.0" [dependencies.thiserror] version = "1.0.31"