meshdb-client 0.1.0-alpha.9

TUI client for Bolt-compatible graph databases (Mesh, Neo4j)
# 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 = "meshdb-client"
version = "0.1.0-alpha.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI client for Bolt-compatible graph databases (Mesh, Neo4j)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mesh-db/mesh"

[[bin]]
name = "meshdb-client"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.meshdb-bolt]
version = "0.1.0-alpha.6"

[dependencies.ratatui]
version = "0.29"

[dependencies.rustls]
version = "0.23"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

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

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.tui-textarea]
version = "0.7"

[dependencies.webpki-roots]
version = "0.26"