besu 0.0.1

A typesafe, async, and database-agnostic query builder for Rust.
Documentation
[dependencies.besu-macros]
optional = true
version = "0.0.1"

[features]
default = []
derive = ["dep:besu-macros"]

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

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

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

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.clippy.panic]
level = "warn"
priority = -4

[lints.clippy.panic_in_result_fn]
level = "warn"
priority = -6

[lints.clippy.todo]
level = "warn"
priority = -5

[lints.clippy.unwrap_used]
level = "warn"
priority = -3

[lints.rust.missing_docs]
level = "warn"
priority = -2

[lints.rust.unsafe_code]
level = "forbid"
priority = -1

[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming", "asynchronous"]
description = "A typesafe, async, and database-agnostic query builder for Rust."
documentation = "https://docs.rs/besu/latest/besu"
edition = "2021"
keywords = ["async", "database", "query-builder", "typesafe"]
license = "MIT"
name = "besu"
readme = "README.md"
repository = "https://github.com/specta-rs/besu"
version = "0.0.1"

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]