# 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 = "2018" name = "airnode-events" version = "0.4.1" authors = ["EnormousCloud"] description = "Airnode Events (API3.org)" homepage = "https://github.com/EnormousCloud/airnode/" readme = "README.md" license = "MIT" repository = "https://github.com/EnormousCloud/airnode/" resolver = "2" [dependencies.airnode-abi] version = "0.2.0" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.ethereum-types] version = "0.12.1" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3" [dependencies.phf] version = "0.9" features = ["macros"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.web3] version = "0.18" [target."cfg(target_arch = \"wasm32\")".dependencies.web3] version = "0.18" features = ["wasm"] default-features = false