web30 1.13.0

Async endian safe web3 library
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 = "web30"
version = "1.13.0"
authors = [
    "Michal Papierski",
    "Jehan Tremback",
    "Justin Kilpatrick",
    "Christian Borst",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async endian safe web3 library"
readme = false
license = "Apache-2.0"
repository = "https://github.com/althea-net/web30"

[features]
default = []
verbose_logging = []

[lib]
name = "web30"
path = "src/lib.rs"

[dependencies.awc]
version = "3.8"
features = [
    "openssl",
    "compress-gzip",
    "compress-zstd",
]
default-features = false

[dependencies.clarity]
version = "1.5.5"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num256]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.33"
features = [
    "macros",
    "time",
]

[dev-dependencies.actix]
version = "0.13"

[dev-dependencies.actix-rt]
version = "2.1"

[dev-dependencies.env_logger]
version = "0.11"