integresql 0.1.2

Rust client for the IntegreSQL Postgres testing tool
Documentation
[dependencies.http]
version = "1.3"

[dependencies.log]
features = ["std"]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.ureq]
default-features = false
features = ["json"]
version = "3"

[dependencies.xxhash-rust]
features = ["xxh64"]
version = "0.8"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.postgres]
version = "0.19.10"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.test-log]
version = "0.2.18"

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

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

[[example]]
name = "tokio-postgres"
path = "examples/tokio-postgres.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "database"]
description = "Rust client for the IntegreSQL Postgres testing tool"
edition = "2024"
exclude = ["todo.md", ".devcontainer/*", ".github/*"]
homepage = "https://github.com/StupendousYappi/integresql-rs"
keywords = ["postgres", "testing", "integresql"]
license = "MIT"
name = "integresql"
readme = "README.md"
repository = "https://github.com/StupendousYappi/integresql-rs"
version = "0.1.2"

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