# 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 = "ens-offchain-resolver-gateway" version = "0.1.4" description = "ENS Offchain Resolver Gateway" homepage = "https://github.com/jeje/ens-offchain-resolver-gateway-rs" documentation = "https://docs.rs/ens_gateway_server" readme = "README.md" keywords = [ "ensdomains", "gateway", "ccip", ] license-file = "LICENSE" repository = "https://github.com/jeje/ens-offchain-resolver-gateway-rs" [lib] name = "ens_gateway_server" path = "src/lib.rs" [[bin]] name = "ens-gateway" path = "src/main.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.axum] version = "0.6.18" features = ["tracing"] [dependencies.ccip-read-server] version = "0.1.1" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.3" features = [ "color", "error-context", "help", "std", "suggestions", "usage", "cargo", "env", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.ethers] version = "2.0.7" [dependencies.eyre] version = "0.6.8" [dependencies.openssl] version = "0.10" features = ["vendored"] [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", "tracing", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.ethers-ccip-read] version = "0.1.1"