# 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 = "alloy-dyn-parser" version = "0.1.3" description = "Dynamically parse events using JSON-ABI." license = "MIT" [dependencies.alloy-dyn-abi] version = "0.7.5" features = ["eip712"] [dependencies.alloy-json-abi] version = "0.7.5" features = ["serde_json"] [dependencies.alloy-primitives] version = "0.7.5" [dependencies.base64] version = "0.22.0" [dependencies.ethers] version = "2.0.13" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.57"