picotest 3.1.2

Test framework for Picodata plugin
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 = "picotest"
version = "3.1.2"
authors = [
    "Alexandr Sorokin <a.sorokin@picodata.io>",
    "Boris Sinyapkin <b.sinyapkin@picodata.io>",
    "Evgeniy Mitin <e.mitin@picodata.io>",
    "Alexander Morozov <a.morozov@picodata.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test framework for Picodata plugin"
homepage = "https://picodata.io/"
documentation = "https://github.com/picodata/picotest"
readme = "README.md"
keywords = [
    "picodata",
    "test",
]
categories = ["development-tools::testing"]
license = "BSD-2-Clause"
repository = "https://github.com/picodata/picotest"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.ctor]
version = "1.0.6"

[dependencies.dtor]
version = "1.0.3"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.picotest_helpers]
version = "3.1.2"

[dependencies.picotest_macros]
version = "3.1.2"

[dependencies.rstest]
version = "0.26.1"

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

[dev-dependencies.constcat]
version = "0.6.1"

[dev-dependencies.postgres]
version = "0.19"
features = ["with-chrono-0_4"]

[dev-dependencies.rmp-serde]
version = "^1.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.tokio]
version = "1.52.3"

[dev-dependencies.uuid]
version = "1.23.1"
features = ["v4"]

[dev-dependencies.wait-timeout]
version = "0.2.1"