# 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 = "2021" name = "thisslime" version = "0.5.1" authors = ["perpetualcacophony"] description = "Error utilities for slimebot." license-file = "LICENSE.txt" repository = "https://github.com/perpetualcacophony/thisslime" [dependencies.thisslime-core] version = "=0.5.1" [dependencies.thisslime-derive] version = "=0.5.1" optional = true [dependencies.tracing] version = "0.1.40" optional = true [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", ]