# 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 = "2018" name = "aptos-indexer" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos Indexer" homepage = "https://aptoslabs.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aptos-labs/aptos-core" resolver = "2" [[bin]] name = "aptos-indexer" [dependencies.anyhow] version = "1.0.57" [dependencies.aptos-logger] version = "0.2.1" [dependencies.aptos-metrics-core] version = "0.2.1" [dependencies.aptos-rest-client] version = "0.2.1" [dependencies.async-trait] version = "0.1.53" [dependencies.bigdecimal] version = "0.1.2" features = ["serde"] [dependencies.chrono] version = "0.4.19" features = [ "clock", "serde", ] default-features = false [dependencies.clap] version = "3.1.17" [dependencies.diesel] version = "1.4.8" features = [ "chrono", "postgres", "r2d2", "numeric", "serde_json", ] [dependencies.diesel_migrations] version = "1.4.0" features = ["postgres"] [dependencies.futures] version = "0.3.21" [dependencies.once_cell] version = "1.10.0" [dependencies.reqwest] version = "0.11.10" features = [ "json", "cookies", ] [dependencies.reqwest-middleware] version = "0.1.6" [dependencies.reqwest-retry] version = "0.1.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.18.2" features = [ "full", "time", ] [dependencies.url] version = "2.2.2"