rsketch-error 0.0.17

Error types and handling utilities for rsketch
Documentation
[dependencies.http]
version = "^1"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.snafu]
version = "^0.8"

[dependencies.strum]
version = "^0.27"

[dependencies.strum_macros]
version = "^0.27"

[dependencies.tonic]
version = "^0.14"

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

[lints.clippy]
doc_markdown = "allow"
future_not_send = "allow"
items_after_statements = "allow"
missing_errors_doc = "allow"
multiple_crate_versions = "allow"
redundant_pub_crate = "allow"
significant_drop_tightening = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1

[package]
authors = ["crrow"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Error types and handling utilities for rsketch"
edition = "2024"
homepage = "https://github.com/crrow/rsketch"
keywords = ["rust", "template", "server"]
license = "Apache-2.0"
name = "rsketch-error"
readme = "README.md"
repository = "https://github.com/crrow/rsketch"
version = "0.0.17"