rxpect 0.11.0

Extensible fluent expectations 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 = "rxpect"
version = "0.11.0"
authors = ["Daniel Raniz Raneland <raniz@raneland.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extensible fluent expectations for Rust"
documentation = "https://docs.rs/rxpect"
readme = "README.md"
keywords = [
    "test",
    "assert",
    "assertion",
    "fluent",
    "matchers",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/raniz/rxpect"

[package.metadata."docs.rs"]
all-features = true

[features]
default = [
    "iterables",
    "diff",
]
diff = [
    "dep:colored",
    "dep:similar",
]
iterables = ["dep:itertools"]

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

[dependencies.colored]
version = "3.1.1"
optional = true

[dependencies.itertools]
version = "0.14.0"
optional = true

[dependencies.similar]
version = "2.7.0"
features = ["inline"]
optional = true

[dev-dependencies.dedent]
version = "0.1.1"

[dev-dependencies.rstest]
version = "0.26.1"