# 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 = "three_em_executor" version = "0.2.0" authors = ["andreespirela ", "Divy Srivastava "] description = "A blazingly fast, secure, reliable, multi-language execution machine for Smart Contracts." license = "MIT" resolver = "2" [lib] path = "lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.deno_core] version = "0.116.0" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "1.7.0" [dependencies.libc] version = "0.2.112" [dependencies.lru] version = "0.7.2" [dependencies.once_cell] version = "1.9.0" [dependencies.reqwest] version = "0.11" features = ["blocking", "json", "rustls-tls"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.9.5" [dependencies.three_em_arweave] version = "0.2.0" [dependencies.three_em_evm] version = "0.2.0" [dependencies.three_em_js] version = "0.2.0" [dependencies.three_em_smartweave] version = "0.2.0" [dependencies.three_em_wasm] version = "0.2.0" [dependencies.tokio] version = "1.10.1" features = ["full"]