# 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 = "43.0.0" authors = ["Kamu Data Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "datafusion_ethers" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.alloy] version = "0.6" features = [ "std", "dyn-abi", "json-abi", "provider-http", "provider-ws", "rpc-types-eth", ] default-features = false [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.datafusion] version = "43" default-features = false [dependencies.futures] version = "0.3" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" default-features = false [dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.alloy] version = "0.6" features = [ "node-bindings", "sol-types", "contract", ] default-features = false [dev-dependencies.datafusion] version = "43" features = ["parquet"] default-features = false [dev-dependencies.indoc] version = "2" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.test-log] version = "0.2" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3"