# 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 = "fil_actors_runtime_v9" version = "2.0.0" authors = [ "ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs", ] description = "System actors for the Filecoin protocol" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/fil-actor-states" [package.metadata.cargo-udeps.ignore] normal = ["num"] [dependencies.anyhow] version = "1.0" [dependencies.cid] version = "0.8" features = ["std"] default-features = false [dependencies.fvm_ipld_amt] version = "0.5.1" features = ["go-interop"] [dependencies.fvm_ipld_blockstore] version = "0.1" [dependencies.fvm_ipld_encoding] version = "0.3" [dependencies.fvm_ipld_hamt] version = "0.6.1" [dependencies.fvm_shared] version = "2" default-features = false [dependencies.num] version = "0.4.0" [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1.8" [dependencies.thiserror] version = "1.0" [dependencies.unsigned-varint] version = "0.7.1" [features] default = []