[dependencies.thisslime-core]
version = "=0.5.1"
[dependencies.thisslime-derive]
optional = true
version = "=0.5.1"
[dependencies.tracing]
optional = true
version = "0.1.40"
[dev-dependencies.tracing-test]
version = "0.2.5"
[features]
default = ["derive", "tracing"]
derive = ["dep:thisslime-derive", "thisslime-core/derive"]
tracing = ["thisslime-derive?/tracing", "thisslime-core/tracing", "dep:tracing"]
[package]
authors = ["perpetualcacophony"]
description = "Error utilities for slimebot."
edition = "2021"
license-file = "LICENSE.txt"
name = "thisslime"
repository = "https://github.com/perpetualcacophony/thisslime"
version = "0.5.1"