# 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_actor_evm_shared_state" version = "6.1.0" authors = [ "Protocol Labs", "Filecoin Core Devs", ] description = "Shared libraries for the built-in EVM actor for Filecoin" keywords = [ "filecoin", "web3", "wasm", "evm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/fil-actor-states" [dependencies.fil_actors_shared] version = "6.1.0" [dependencies.fvm_ipld_encoding] version = "0.4" [dependencies.fvm_shared3] version = "~3.6" default-features = false package = "fvm_shared" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uint] version = "0.9.3" default-features = false