# 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_cli" 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" [[bin]] name = "three_em" path = "main.rs" [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" [dependencies.colored] version = "2" [dependencies.deno_core] version = "0.116.0" [dependencies.deno_crypto] version = "0.48.0" [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14" [dependencies.indexmap] version = "1.7.0" features = ["serde-1"] [dependencies.indoc] version = "1.0" [dependencies.local_ipaddress] version = "0.1.3" [dependencies.pico-args] version = "0.4.2" [dependencies.reqwest] version = "0.11" features = ["blocking", "json", "rustls-tls"] default-features = false [dependencies.routerify] version = "3" [dependencies.rsa] version = "0.5.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.9.5" [dependencies.three_em_arweave] version = "0.2.0" [dependencies.three_em_executor] version = "0.2.0" [dependencies.tokio] version = "1.10.1" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.v8] version = "0.38.1"