# 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 = "datafusion-ethers" version = "38.1.1" authors = ["Kamu Data Inc. "] description = "Ethereum RPC bridge for Apache Datafusion" readme = "README.md" keywords = [ "datafusion", "sql", "ethereum", "blockchain", ] license = "Apache-2.0" repository = "https://github.com/kamu-data/datafusion-ethers" [dependencies.alloy-core] version = "0.7" features = [ "std", "dyn-abi", "json-abi", "sol-types", ] [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.datafusion] version = "38.0.0" [dependencies.ethers] version = "2" features = [ "ws", "rustls", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.37.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.datafusion-functions-json] version = "0.1" [dev-dependencies.indoc] version = "2" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.test-log] version = "0.2" features = ["trace"]