rhai_trace 0.3.1

A small library providing better error and span support for Rhai, the embeddable programming language.
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 = "rhai_trace"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small library providing better error and span support for Rhai, the embeddable programming language."
homepage = "https://byson94.is-a.dev/rhai_trace/"
readme = "README.md"
keywords = [
    "rhai",
    "tracing",
    "debug",
    "error",
    "spans",
]
categories = [
    "development-tools",
    "development-tools::debugging",
]
license = "Apache-2.0"
repository = "https://github.com/byson94/rhai_trace"

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

[dependencies.rhai]
version = "1.22.2"
features = ["internals"]