[package]
edition = "2024"
name = "ocelot-base"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared base utilities for the ocelot project"
readme = false
license = "MIT"
repository = "https://github.com/manuel-woelker/ocelot"
resolver = "2"
[lib]
name = "ocelot_base"
path = "src/lib.rs"
[[test]]
name = "cli_formatting"
path = "tests/cli_formatting.rs"
[[test]]
name = "compilation_error_rendering"
path = "tests/compilation_error_rendering.rs"
[[test]]
name = "error_rendering"
path = "tests/error_rendering.rs"
[[test]]
name = "result_formatting"
path = "tests/result_formatting.rs"
[dependencies.annotate-snippets]
version = "0.12.13"
[dependencies.anstream]
version = "1.0.0"
[dependencies.ecow]
version = "0.2.6"
[dependencies.parking_lot]
version = "0.12.5"
[dependencies.serde]
version = "1.0.228"
[dependencies.tracing]
version = "0.1.44"
[dependencies.tracing-error]
version = "0.2.1"
[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]
[dev-dependencies.annotate-snippets]
version = "0.12.13"
features = ["testing-colors"]
[dev-dependencies.expect-test]
version = "1.5.1"