# 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 = "2018" name = "forest_actor" version = "5.0.1" authors = ["ChainSafe Systems "] description = "Actors for the Filecoin protocol" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" [dependencies.address] version = "0.3" package = "forest_address" [dependencies.ahash] version = "0.6" [dependencies.base64] version = "0.13" [dependencies.bitfield] version = "0.1.1" package = "forest_bitfield" [dependencies.byteorder] version = "1.3.4" [dependencies.cid] version = "0.3" features = ["cbor"] package = "forest_cid" [dependencies.clock] version = "0.1" package = "fil_clock" [dependencies.commcid] version = "0.1.1" [dependencies.crypto] version = "0.5" features = ["blst"] package = "forest_crypto" [dependencies.encoding] version = "0.2.1" package = "forest_encoding" [dependencies.fil_types] version = "0.2" [dependencies.forest_ipld] version = "0.1.1" [dependencies.indexmap] version = "1.7.0" features = ["serde-1"] [dependencies.integer-encoding] version = "3.0" default-features = false [dependencies.ipld_amt] version = "1.0" features = ["go-interop"] [dependencies.ipld_blockstore] version = "0.1" [dependencies.ipld_hamt] version = "2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.num-bigint] version = "0.1.1" package = "forest_bigint" [dependencies.num-derive] version = "0.3.0" [dependencies.num-traits] version = "0.2" [dependencies.runtime] version = "0.2.2" package = "forest_runtime" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.unsigned-varint] version = "0.6" [dependencies.vm] version = "0.3.2" package = "forest_vm" [dev-dependencies.db] version = "0.1" package = "forest_db" [dev-dependencies.derive_builder] version = "0.9" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.libp2p] version = "0.40.0-rc.1" default-features = false [features] devnet = [] interopnet = []