# 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 = "solana-indexer" version = "0.7.3" description = "A library to index account transactions on Solana blockchain" readme = "README.md" license = "MIT" [lib] name = "solana_indexer" crate-type = [ "cdylib", "lib", ] [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.config] version = "0.13" [dependencies.enum_extract] version = "0.1" [dependencies.futures] version = "0.3.25" [dependencies.http] version = "0.2" [dependencies.prometheus-client] version = "0.18" [dependencies.secrecy] version = "0.7" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.solana-client] version = "1.14.10" [dependencies.solana-program] version = "1.14.10" [dependencies.solana-sdk] version = "1.14.10" [dependencies.solana-transaction-status] version = "1.14.10" [dependencies.sqlx] version = "0.6" features = [ "runtime-async-std-rustls", "postgres", ] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.borsh] version = "0.9" [dev-dependencies.bs58] version = "0.4" [dev-dependencies.uuid] version = "1" features = ["v4"]