[package] name = "fil_actor_evm_shared_state" description = "Shared libraries for the built-in EVM actor for Filecoin" version = "6.1.0" license = "MIT OR Apache-2.0" authors = ["Protocol Labs", "Filecoin Core Devs"] edition = "2021" repository = "https://github.com/ChainSafe/fil-actor-states" keywords = ["filecoin", "web3", "wasm", "evm"] [dependencies] fil_actors_shared = { version = "6.1.0", path = "../../fil_actors_shared" } fvm_ipld_encoding = { workspace = true } fvm_shared3 = { workspace = true } hex = { workspace = true } serde = { workspace = true } uint = { workspace = true }