zenith-types 0.7.3

Types for the zenith smart contracts
Documentation
[dependencies.alloy-consensus]
default-features = false
features = ["k256", "kzg"]
version = "0.3"

[dependencies.alloy-contract]
default-features = false
version = "0.3"

[dependencies.alloy-eips]
default-features = false
version = "0.3"

[dependencies.alloy-primitives]
features = ["serde", "tiny-keccak"]
version = "0.8"

[dependencies.alloy-rlp]
version = "0.3.4"

[dependencies.alloy-signer]
default-features = false
version = "0.3"

[dependencies.alloy-sol-types]
features = ["json"]
version = "0.8"

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

[dev-dependencies.alloy-signer-local]
default-features = false
version = "0.3"

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

[dev-dependencies.tokio]
features = ["macros"]
version = "1.37.0"

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

[package]
authors = ["Zenith Contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Types for the zenith smart contracts"
edition = "2021"
homepage = "https://github.com/init4tt/zenith"
license = "AGPL-3.0"
name = "zenith-types"
readme = "README.md"
repository = "https://github.com/init4tt/zenith"
rust-version = "1.76"
version = "0.7.3"