gasless 0.1.3

Gasless Transactions in Rust for SKALE Network
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 = "2024"
name = "gasless"
version = "0.1.3"
authors = [
    "Sawyer Cutler <sawyer@dirtroad.dev>",
    "Manuel Barbas<manuel@skalelabs.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gasless Transactions in Rust for SKALE Network"
homepage = "https://dirtroad.dev"
readme = "README.md"
keywords = [
    "blockchain",
    "skale",
    "evm",
    "gasless",
    "dirtroad",
]
license = "MIT"
repository = "https://github.com/thegreataxios/gasless"

[lib]
name = "gasless"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.alloy-primitives]
version = "1.1.0"

[dependencies.alloy-sol-types]
version = "1.1.0"

[dependencies.node-bindgen]
version = "6.1.0"
features = ["default"]

[dependencies.rand]
version = "0.8.5"

[dependencies.sha3]
version = "0.10.8"

[dependencies.tokio]
version = "1.44.2"
features = [
    "macros",
    "rt-multi-thread",
]

[build-dependencies.node-bindgen]
version = "6.1.0"
features = ["build"]
default-features = false