libpgdump 2.1.0

A Rust library for reading and writing PostgreSQL dump files
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "libpgdump"
version = "2.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for reading and writing PostgreSQL dump files"
readme = "README.md"
keywords = [
    "postgresql",
    "pg_dump",
    "backup",
    "restore",
]
categories = [
    "database",
    "parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/gmr/libpgdump"

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

[[test]]
name = "read_dump"
path = "tests/read_dump.rs"

[[test]]
name = "round_trip"
path = "tests/round_trip.rs"

[dependencies.flate2]
version = "1"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.pretty_assertions]
version = "1"