# 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 = "miraland-geyser-plugin-postgres" version = "1.18.3" authors = [ "Miraland Crafters ", "Miraland Labs Maintainers ", ] description = "The Miraland AccountsDb plugin for PostgreSQL database." homepage = "https://solanalabs.com/" documentation = "https://docs.rs/miraland-geyser-plugin-postgres" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/miraland-labs/miraland" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bs58] version = "0.4.0" [dependencies.bytemuck] version = "1.14.3" [dependencies.chrono] version = "0.4.34" features = ["serde"] default-features = false [dependencies.crossbeam-channel] version = "0.5.11" [dependencies.log] version = "0.4.20" [dependencies.miraland-geyser-plugin-interface] version = "=1.18.3" [dependencies.miraland-logger] version = "=1.18.3" [dependencies.miraland-measure] version = "=1.18.3" [dependencies.miraland-metrics] version = "=1.18.3" [dependencies.miraland-runtime] version = "=1.18.3" [dependencies.miraland-sdk] version = "=1.18.3" [dependencies.miraland-transaction-status] version = "=1.18.3" [dependencies.openssl] version = "0.10" [dependencies.postgres] version = "0.19.4" features = ["with-chrono-0_4"] [dependencies.postgres-openssl] version = "0.5.0" [dependencies.postgres-types] version = "0.2.4" features = ["derive"] [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.103" [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio-postgres] version = "0.7.7" [dev-dependencies.libc] version = "0.2.153" [dev-dependencies.libloading] version = "0.7.4" [dev-dependencies.miraland-account-decoder] version = "=1.18.3" [dev-dependencies.miraland-core] version = "=1.18.3" [dev-dependencies.miraland-local-cluster] version = "=1.18.3" [dev-dependencies.miraland-net-utils] version = "=1.18.3" [dev-dependencies.miraland-streamer] version = "=1.18.3" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.socket2] version = "0.5.5" features = ["all"] [dev-dependencies.tempfile] version = "3.10.0"