reifydb-testing 0.4.7

Testing utilities and helpers for ReifyDB
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"
name = "reifydb-testing"
version = "0.4.7"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities and helpers for ReifyDB"
readme = false
license = "Apache-2.0"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

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

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

[dependencies.reifydb-core]
version = "0.4.7"

[dependencies.reifydb-type]
version = "0.4.7"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "tracing",
]

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "v7",
    "serde",
    "std",
    "js",
]
default-features = false

[dev-dependencies.test_each_file]
version = "0.3.7"