# 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 = "api3-common" version = "0.0.1" description = "The common crate for API3 DAPI Server contracts" license = "MIT" [dependencies.borsh] version = "0.8.2" [dependencies.derive_more] version = "0.99.17" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] [dependencies.uint] version = "0.9.0" [dev-dependencies.ethabi] version = "17.0.0" [dev-dependencies.ethereum-types] version = "0.13.1" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.libsecp256k1] version = "0.6.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.web3] version = "0.18.0" [features] default = ["dummy"] dummy = []