e2etest 0.2.0

E2E test framework 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 = "2024"
name = "e2etest"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "E2E test framework for Rust"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/scylladb/e2etest-rs"

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

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[dependencies.async-backtrace]
version = "0.2.7"

[dependencies.e2etest-macros]
version = "0.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.linkme]
version = "0.3.36"