postg 0.1.7

Embedded PostgreSQL manager for Rust
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 = "2021"
name = "postg"
version = "0.1.7"
authors = ["Oonid <oonid@github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded PostgreSQL manager for Rust"
homepage = "https://github.com/oonid/postg-rs"
readme = "README.md"
keywords = [
    "postgresql",
    "embedded",
    "database",
    "testing",
    "parquet",
]
categories = [
    "database",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/oonid/postg-rs"

[features]
default = ["macros"]
macros = ["postg-macros"]
parquet = [
    "dep:postg-arrow",
    "dep:parquet",
    "dep:arrow",
    "dep:futures",
]

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

[[bin]]
name = "postg"
path = "src/bin/postg/main.rs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "59.2.0"
optional = true

[dependencies.axum]
version = "0.8.9"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.flate2]
version = "1"

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.indicatif]
version = "0.18.6"

[dependencies.parquet]
version = "59.2.0"
features = [
    "async",
    "arrow",
]
optional = true

[dependencies.postg-arrow]
version = "0.1.7"
optional = true

[dependencies.postg-macros]
version = "0.1.7"
optional = true

[dependencies.reqwest]
version = "0.13.4"
features = ["blocking"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-rustls",
    "postgres",
]
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.mockito]
version = "1.7.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tokio-test]
version = "0.4"