[package]
edition = "2024"
rust-version = "1.85"
name = "cupel-testing"
version = "0.1.0"
build = false
include = [
"src/**/*.rs",
"tests/**/*.rs",
"Cargo.toml",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fluent assertion vocabulary for cupel selection reports"
readme = "README.md"
keywords = [
"cupel",
"testing",
"assertions",
"fluent",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/wollax/cupel"
resolver = "2"
[lib]
name = "cupel_testing"
path = "src/lib.rs"
[[test]]
name = "assertions"
path = "tests/assertions.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.cupel]
version = "1.2"