supercilex-tests 0.4.22

Test utilities I use.
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 = "supercilex-tests"
version = "0.4.22"
authors = ["Alex Saveau <saveau.alexandre@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utilities I use."
readme = "README.md"
keywords = ["test-utils"]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/SUPERCILEX/supercilex-tests"

[features]
api = [
    "dep:expect-test",
    "dep:public-api",
    "dep:rustdoc-json",
]
clap = [
    "dep:clap_builder",
    "dep:expect-test",
]
default = [
    "api",
    "clap",
]

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

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

[dependencies.clap_builder]
version = "4.6.0"
features = ["std"]
optional = true
default-features = false

[dependencies.expect-test]
version = "1.5.1"
optional = true

[dependencies.public-api]
version = "0.51.0"
optional = true

[dependencies.rustdoc-json]
version = "0.9.9"
optional = true