hypersync-format 0.7.1

evm format 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 = "hypersync-format"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "evm format library"
readme = false
license = "MPL-2.0"

[features]
arbitrary = ["dep:arbitrary"]

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

[[test]]
name = "deserialize_json"
path = "tests/deserialize_json.rs"

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

[dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]
optional = true

[dependencies.arrayvec]
version = "0.7"
features = ["serde"]

[dependencies.derive_more]
version = "1"
features = ["full"]

[dependencies.ethabi]
version = "18.0.0"
features = ["parity-codec"]
optional = true

[dependencies.faster-hex]
version = "0.9"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.sbbf-rs-safe]
version = "0.3.2"

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

[dependencies.thiserror]
version = "1"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.bincode]
version = "1"

[dev-dependencies.hex-literal]
version = "0.4"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_path_to_error]
version = "0.1.17"

[dev-dependencies.serde_test]
version = "1"