saola-panic-utils 0.1.0

Panic handling utilities for Saola ORM
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 = "saola-panic-utils"
version = "0.1.0"
authors = [
    "ravikan6",
    "Prisma Team",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Panic handling utilities for Saola ORM"
readme = false
keywords = [
    "panic",
    "error",
    "utils",
    "orm",
]
license = "Apache-2.0"
repository = "https://github.com/saola-rs/saola"
resolver = "2"

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

[dependencies]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(wasm_bindgen_unstable_test_coverage)",
    "cfg(debug_assert)",
]