edgedb-errors 0.4.2

Error types for EdgeDB database client.
Documentation
[dependencies.bytes]
version = "1.0.1"

[dependencies.miette]
optional = true
version = "7.2.0"

[lib]
[lints.clippy]
clone_on_copy = "allow"
collapsible_if = "allow"
derive_partial_eq_without_eq = "allow"
manual_strip = "allow"
new_ret_no_self = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
useless_format = "allow"
vec_init_then_push = "allow"
while_let_on_iterator = "allow"
zero_ptr = "allow"

[package]
authors = ["MagicStack Inc. <hello@magic.io>"]
description = "    Error types for EdgeDB database client.\n"
edition = "2018"
license = "MIT/Apache-2.0"
name = "edgedb-errors"
readme = "README.md"
resolver = "2"
rust-version = "1.72"
version = "0.4.2"