tsoracle-failpoint 0.1.1

Shared fail-rs failpoint macro: one `failpoint!` wrapper re-used across the tsoracle crates, zero-overhead when the feature is off
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.88"
name = "tsoracle-failpoint"
version = "0.1.1"
authors = ["Sebastian Thiebaud <sebastian@prismarisk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared fail-rs failpoint macro: one `failpoint!` wrapper re-used across the tsoracle crates, zero-overhead when the feature is off"
homepage = "https://github.com/prisma-risk/tsoracle"
documentation = "https://docs.rs/tsoracle-failpoint"
readme = "README.md"
keywords = [
    "testing",
    "failpoint",
    "fail",
    "fault-injection",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/prisma-risk/tsoracle"
resolver = "2"

[package.metadata.docs.rs]
features = ["failpoints"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
failpoints = [
    "dep:fail",
    "fail/failpoints",
]

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

[dependencies.fail]
version = "0.5"
optional = true
default-features = false