# 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_runtime" version = "0.2.2" authors = ["ChainSafe Systems "] description = "Runtime for use in Filecoin protocol" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" resolver = "2" [dependencies.address] version = "0.3" package = "forest_address" [dependencies.base64] version = "0.13" [dependencies.cid] version = "0.3" 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.fil_types] version = "0.2" features = ["proofs"] [dependencies.filecoin-proofs-api] version = "9" features = ["blst"] default_features = false [dependencies.forest_encoding] version = "0.2.1" [dependencies.ipld_blockstore] version = "0.1" [dependencies.log] version = "0.4.8" [dependencies.vm] version = "0.3" package = "forest_vm" [dev-dependencies.db] version = "0.1" package = "forest_db"