[dependencies.alloy]
features = ["node-bindings", "providers", "provider-http", "provider-ws", "rpc-client", "rpc-types", "rpc-types-eth", "consensus", "rlp", "contract", "sol-types", "signers"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "=1.0.220"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "ccnext_abi_encoding"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ABI encoding library intended for use with the ccnext project."
edition = "2021"
license = "Unlicense"
name = "ccnext-abi-encoding"
publish = true
readme = "README.md"
version = "0.5.0"