three_em_smartweave 0.2.0

A blazingly fast, secure, reliable, multi-language execution machine for Smart Contracts.
Documentation
# 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_smartweave"
version = "0.2.0"
authors = ["Divy Srivastava <dj.srivastava23@gmail.com>"]
description = "A blazingly fast, secure, reliable, multi-language execution machine for Smart Contracts."
license = "MIT"
resolver = "2"

[lib]
path = "lib.rs"
[dependencies.deno_core]
version = "0.116.0"

[dependencies.deno_crypto]
version = "0.48.0"

[dependencies.deno_url]
version = "0.34.0"

[dependencies.deno_web]
version = "0.65.0"

[dependencies.deno_webidl]
version = "0.34.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.reqwest]
version = "0.11"
features = ["blocking", "json", "rustls-tls"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.three_em_arweave]
version = "0.2.0"

[dependencies.tokio]
version = "1.10.1"
features = ["full"]

[dependencies.v8]
version = "0.38.1"