# 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 = "simular-core" version = "0.2.5" authors = ["Dave Bryson "] description = "Simple API for interacting with an embedded Ethereum Virtual Machine (EVM)" documentation = "https://docs.rs/simular-core" readme = "README.md" keywords = [ "ethereum", "revm", "EVM", ] categories = ["ethereum"] license = "Apache-2.0" repository = "https://github.com/simular-fi/simular-core" [lib] doctest = false [dependencies.alloy-dyn-abi] version = "0.7.0" [dependencies.alloy-json-abi] version = "0.7.0" [dependencies.alloy-primitives] version = "0.7.0" [dependencies.alloy-sol-types] version = "0.7.0" features = ["json"] [dependencies.anyhow] version = "1.0.81" [dependencies.ethers-core] version = "2.0.10" default-features = false [dependencies.ethers-providers] version = "2.0.10" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11.19" features = ["rustls-tls"] [dependencies.revm] version = "8.0.0" features = [ "tokio", "memory_limit", "optional_eip3607", "optional_block_gas_limit", "optional_no_base_fee", "arbitrary", ] default-features = false [dependencies.serde] version = "1.0.165" [dependencies.serde_json] version = "1.0.99" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.rstest] version = "0.18.2"