rvtest 0.2.0

A Next Level Testing Library for Rust — BDD specs, property-based testing, parametrized tests, rich reporting, and code coverage
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 = "rvtest"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Next Level Testing Library for Rust — BDD specs, property-based testing, parametrized tests, rich reporting, and code coverage"
homepage = "https://github.com/reasvyn/rvtest"
documentation = "https://docs.rs/rvtest"
readme = false
license = "MIT"
repository = "https://github.com/reasvyn/rvtest"
resolver = "2"

[features]
default = []
macros = ["rvtest-macros"]

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

[[bin]]
name = "cargo-rvtest"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.libc]
version = "0.2.186"

[dependencies.notify]
version = "8.2.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.rvtest-macros]
version = "0.2.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.similar]
version = "2.7.0"