# 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" rust-version = "1.81" name = "zenith-types" version = "0.10.1" authors = ["Zenith Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types for the zenith smart contracts" homepage = "https://github.com/init4tt/zenith" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/init4tt/zenith" [lib] name = "zenith_types" path = "src/lib.rs" [dependencies.alloy] version = "=0.5.4" features = [ "full", "json-rpc", "signer-aws", ] [dependencies.alloy-contract] version = "=0.5.4" features = ["pubsub"] [dependencies.alloy-primitives] version = "0.8" features = [ "serde", "tiny-keccak", ] [dependencies.alloy-rlp] version = "0.3.4" [dependencies.alloy-sol-types] version = "0.8" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.alloy] version = "=0.5.4" features = [ "full", "json-rpc", "signer-aws", ] [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.tokio] version = "1.37.0" features = ["macros"]