# 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" rust-version = "1.75.0" name = "forc-postgres" version = "0.25.0" authors = ["Fuel Labs "] description = "Fuel Indexer forc Postgres plugin" homepage = "https://fuel.network/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FuelLabs/fuel-indexer" [lib] path = "src/lib.rs" [[bin]] name = "forc-postgres" path = "src/bin/forc-postgres.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3.1" features = [ "derive", "env", ] [dependencies.forc-tracing] version = "0.31" default-features = false [dependencies.fuel-indexer-lib] version = "0.25.0" [dependencies.home] version = "0.5" [dependencies.indicatif] version = "0.17" [dependencies.pg-embed] version = "0.7" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.tokio] version = "1.28" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.tracing] version = "0.1"