# 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 = "frc46_token" version = "12.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Filecoin FRC-0046 fungible token reference implementation" readme = "README.md" keywords = [ "filecoin", "fvm", "token", "frc-0046", ] license = "MIT OR Apache-2.0" repository = "https://github.com/helix-onchain/filecoin/" [lib] name = "frc46_token" path = "src/lib.rs" [dependencies.cid] version = "0.11.1" features = ["serde"] default-features = false [dependencies.frc42_dispatch] version = "8.0.0" default-features = false [dependencies.fvm_actor_utils] version = "12.0.1" [dependencies.fvm_ipld_blockstore] version = "0.3.0" [dependencies.fvm_ipld_encoding] version = "0.5.0" [dependencies.fvm_ipld_hamt] version = "0.10.2" [dependencies.fvm_sdk] version = "~4.5" [dependencies.fvm_shared] version = "~4.5" [dependencies.integer-encoding] version = "4.0.0" [dependencies.multihash-codetable] version = "0.1.4" features = ["blake2b"] default-features = false [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"