jetstream_error 14.0.0

Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC.
Documentation
# 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 = "jetstream_error"
version = "14.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
documentation = "https://jetstream.rs"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/sevki/jetstream"

[features]
default = []
iroh = ["dep:iroh"]
quinn = ["dep:quinn"]
test-paths = []
update-svg = []

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

[dependencies.askama]
version = "0.15.3"
optional = true

[dependencies.axum]
version = "0.8.8"
optional = true
default-features = false

[dependencies.iroh]
version = "0.93.2"
optional = true

[dependencies.jetstream_wireformat]
version = "14.0.0"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.quinn]
version = "0.11"
optional = true

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.insta]
version = "1.46.1"

[dev-dependencies.term-transcript]
version = "0.4.0"