rajac-base 0.1.1

Shared foundational utilities for the rajac compiler workspace
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 = "rajac-base"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared foundational utilities for the rajac compiler workspace"
readme = false
license = "MIT"
repository = "https://github.com/manuel-woelker/rajac"

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

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

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

[dependencies.anstream]
version = "1.0.0"

[dependencies.ecow]
version = "0.2.2"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rapidhash]
version = "4.4.1"

[dependencies.relative-path]
version = "2.0.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.speedy]
version = "0.8.7"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-error]
version = "0.2.1"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dev-dependencies.expect-test]
version = "1.5.1"