usc-query-builder 0.7.0

Query builder library. Used for the construction of USC proving queries.
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 = "usc-query-builder"
version = "0.7.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query builder library. Used for the construction of USC proving queries."
readme = false
license = "Unlicense"

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

[dependencies.alloy]
version = "0.11"
features = [
    "node-bindings",
    "providers",
    "provider-http",
    "provider-ws",
    "rpc-client",
    "rpc-types",
    "rpc-types-eth",
    "consensus",
    "rlp",
    "contract",
    "sol-types",
    "signers",
]

[dependencies.alloy-json-abi]
version = "0.8.23"
features = ["serde_json"]

[dependencies.async-trait]
version = "0.1.42"

[dependencies.hex]
version = "0.4"

[dependencies.usc-abi-encoding]
version = "0.5.0"

[dev-dependencies.tokio]
version = "1"
features = ["full"]