# 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 = "fvm_actor_utils" version = "12.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utils for authoring native actors for the Filecoin Virtual Machine" readme = "README.md" keywords = [ "filecoin", "fvm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/helix-onchain/filecoin/" [lib] name = "fvm_actor_utils" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.56" [dependencies.cid] version = "0.11.1" features = ["serde"] default-features = false [dependencies.frc42_dispatch] version = "8.0.0" default-features = false [dependencies.fvm_ipld_blockstore] version = "0.3.0" [dependencies.fvm_ipld_encoding] version = "0.5.0" [dependencies.fvm_sdk] version = "~4.5" [dependencies.fvm_shared] version = "~4.5" [dependencies.multihash-codetable] version = "0.1.4" 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"