# 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-abi" version = "0.2.0" authors = ["EnormousCloud"] description = "Airnode ABI (API3.org) encoder/decoder" homepage = "https://github.com/EnormousCloud/airnode/" readme = "README.md" license = "MIT" repository = "https://github.com/EnormousCloud/airnode/" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.ethereum-types] version = "0.12.1" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8" [badges.maintenance] status = "actively-developed"