boltr 0.2.0

Pure-Rust Bolt v5.x wire protocol library
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 = "2024"
rust-version = "1.91.0"
name = "boltr"
version = "0.2.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust Bolt v5.x wire protocol library"
readme = "README.md"
keywords = [
    "bolt",
    "neo4j",
    "graph-database",
    "protocol",
]
categories = [
    "database",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GrafeoDB/boltr"

[features]
client = []
default = []
tls = [
    "dep:tokio-rustls",
    "dep:rustls-pki-types",
]
ws = [
    "dep:tokio-tungstenite",
    "dep:futures-util",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]
optional = true
default-features = false

[dependencies.rustls-pki-types]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "rt",
    "sync",
    "time",
    "macros",
]

[dependencies.tokio-rustls]
version = "0.26"
optional = true

[dependencies.tokio-tungstenite]
version = "0.26"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]