tmp-postgrust 0.10.1

Temporary postgresql instances for testing
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 = "2018"
name = "tmp-postgrust"
version = "0.10.1"
authors = ["John Children <john.children@cambridgequantum.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Temporary postgresql instances for testing"
readme = "README.md"
keywords = [
    "testing",
    "database",
    "postgres",
]
license = "MIT"
repository = "https://github.com/CQCL/tmp-postgrust"

[badges.maintenance]
status = "experimental"

[features]
default = []
tokio-process = [
    "tokio",
    "futures-util",
]

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

[dependencies.ctor]
version = "0.2"

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

[dependencies.glob]
version = "0.3"

[dependencies.nix]
version = "0.26"

[dependencies.reflink-copy]
version = "0.1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.8"
features = [
    "parking_lot",
    "rt",
    "sync",
    "io-util",
    "process",
    "macros",
    "fs",
]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.which]
version = "4.0"

[dev-dependencies.test-log]
version = "0.2"
features = ["trace"]
default-features = false

[dev-dependencies.tokio]
version = "1.8"
features = [
    "parking_lot",
    "rt",
    "rt-multi-thread",
    "sync",
    "io-util",
    "process",
    "macros",
    "fs",
]
default-features = false

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
default-features = false