forc-postgres 0.24.3

Fuel Indexer forc Postgres plugin
Documentation
[[bin]]
name = "forc-postgres"
path = "src/bin/forc-postgres.rs"
[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive", "env"]
version = "3.1"

[dependencies.forc-tracing]
default-features = false
version = "0.31"

[dependencies.fuel-indexer-lib]
version = "0.24.3"

[dependencies.home]
version = "0.5"

[dependencies.indicatif]
version = "0.17"

[dependencies.pg-embed]
version = "0.7"

[dependencies.serde]
default-features = false
features = ["derive", "derive"]
version = "1.0"

[dependencies.serde_json]
default-features = false
version = "1.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "process"]
version = "1.28"

[dependencies.tracing]
version = "0.1"

[lib]
path = "src/lib.rs"

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
description = "Fuel Indexer forc Postgres plugin"
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
name = "forc-postgres"
readme = "README.md"
repository = "https://github.com/FuelLabs/fuel-indexer"
rust-version = "1.73.0"
version = "0.24.3"