# 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 = "ccip-read-server" version = "0.1.1" description = "CCIP-READ Server Framework" homepage = "https://github.com/jeje/ccip-read-server-rs" documentation = "https://docs.rs/ccip-read-server" readme = "README.md" keywords = [ "ccip", "ensdomains", ] license-file = "LICENSE" repository = "https://github.com/jeje/ccip-read-server-rs" [dependencies.async-recursion] version = "1.0.4" [dependencies.async-trait] version = "0.1.68" [dependencies.axum] version = "0.6.18" features = ["tracing"] [dependencies.ethers-contract] version = "2.0.7" [dependencies.ethers-core] version = "2.0.7" [dependencies.ethers-providers] version = "2.0.7" [dependencies.futures-util] version = "0.3.28" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.ethers] version = "2.0.7" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.tokio] version = "1.7.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tower] version = "0.4" features = ["util"]