cupel-testing 0.1.0

Fluent assertion vocabulary for cupel selection reports
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"
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"