kglite-bolt-server 0.16.13

Pure-Rust Bolt v5.x protocol server for kglite knowledge graphs, with a regression-tested Neo4j Python driver path.
# 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"
rust-version = "1.91.0"
name = "kglite-bolt-server"
version = "0.16.13"
authors = ["Kristian dF KollsgÄrd <kkollsg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust Bolt v5.x protocol server for kglite knowledge graphs, with a regression-tested Neo4j Python driver path."
homepage = "https://github.com/kkollsga/kglite"
documentation = "https://kglite.readthedocs.io/en/latest/operators/bolt-server.html"
readme = "README.md"
keywords = [
    "bolt",
    "neo4j",
    "cypher",
    "knowledge-graph",
    "kglite",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/kkollsga/kglite"

[[bin]]
name = "kglite-bolt-server"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.47"

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

[dependencies.boltr]
version = "0.2"
features = ["tls"]

[dependencies.chrono]
version = "0.4.45"
default-features = false

[dependencies.clap]
version = "4.3"
features = ["derive"]

[dependencies.kglite]
version = "0.16.13"
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
]
default-features = false

[dependencies.sha2]
version = "0.11"

[dependencies.subtle]
version = "2.5.0"

[dependencies.tokio]
version = "1.37.0"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "signal",
    "io-util",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.35"

[dependencies.tracing-subscriber]
version = "0.3.8"
features = ["env-filter"]