ts-error 0.3.1

Traits for convenient error reporting, and error report/stack creation
Documentation
[dependencies.log]
default-features = false
optional = true
version = "0.4"

[dependencies.ts-ansi]
version = "0.1"

[features]
log = ["dep:log"]
std = []

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

[lints.clippy]
alloc_instead_of_core = "warn"
arbitrary_source_item_ordering = "warn"
as_conversions = "warn"
cast_lossless = "warn"
create_dir = "warn"
dbg_macro = "warn"
doc_markdown = "warn"
exhaustive_enums = "warn"
filetype_is_file = "warn"
if_then_some_else_none = "warn"
inconsistent_struct_constructor = "warn"
indexing_slicing = "warn"
inefficient_to_string = "warn"
literal_string_with_formatting_args = "warn"
manual_assert = "warn"
map_unwrap_or = "warn"
match_same_arms = "warn"
mismatching_type_param_order = "warn"
missing_docs_in_private_items = "warn"
missing_panics_doc = "warn"
precedence_bits = "warn"
redundant_closure_for_method_calls = "warn"
ref_option = "warn"
self_named_module_files = "warn"
semicolon_if_nothing_returned = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
string_slice = "warn"
todo = "warn"
trivially_copy_pass_by_ref = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_self_imports = "warn"
unwrap_used = "warn"
use_self = "warn"

[lints.rust]
missing_docs = "warn"
unused_qualifications = "warn"

[package]
authors = ["Trent Shailer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Traits for convenient error reporting, and error report/stack creation"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "ts-error"
readme = false
rust-version = "1.88"
version = "0.3.1"