elefant-tools 0.0.2

A library for doing things like pg_dump and pg_restore, with extra features, and probably more bugs.
Documentation
[dependencies.bytes]
version = "1.6"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.13"

[dependencies.ordered-float]
features = ["serde"]
version = "4.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
default-features = false
features = ["rt", "fs"]
version = "1"

[dependencies.tokio-postgres]
version = "0.7"

[dependencies.tracing]
features = ["attributes"]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1.8"

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.similar-asserts]
version = "1.5"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dev-dependencies.uuid]
features = ["fast-rng", "v4"]
version = "1.8"

[features]
test_utilities = []

[package]
authors = ["Zlepper"]
description = "A library for doing things like pg_dump and pg_restore, with extra features, and probably more bugs."
edition = "2021"
keywords = ["pg_dump", "pg_restore", "postgres", "backup", "restore"]
license = "MIT"
name = "elefant-tools"
readme = "readme.md"
repository = "https://github.com/zlepper/elefant-tools"
version = "0.0.2"