# 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 = "chaindexing" version = "0.1.77" authors = ["Chaindexing Contributors "] description = "Index any EVM chain and query in SQL" readme = "README.md" keywords = [ "index", "multi-chain", "ethereum", "evm", "web3", ] categories = [ "encoding", "cryptography::cryptocurrencies", "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/chaindexing/chaindexing-rs" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_more] version = "0.99" [dependencies.diesel] version = "2" features = [ "postgres", "uuid", "chrono", "serde_json", ] [dependencies.diesel-async] version = "0.4" features = [ "bb8", "postgres", ] [dependencies.ethers] version = "2.0" [dependencies.futures-core] version = "0.3" features = ["alloc"] [dependencies.futures-util] version = "0.3" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7" features = ["with-serde_json-1"] optional = true [dependencies.uuid] version = "1" features = [ "v4", "serde", ] [features] default = ["postgres"] postgres = ["tokio-postgres"]