powdb-cli 0.2.0

Interactive REPL and CLI for PowDB
# 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 = "powdb-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive REPL and CLI for PowDB"
readme = false
license = "MIT"
repository = "https://github.com/zvndev/powdb"

[[bin]]
name = "powdb-cli"
path = "src/main.rs"

[dependencies.powdb-query]
version = "0.2.0"

[dependencies.powdb-server]
version = "0.2.0"

[dependencies.powdb-storage]
version = "0.2.0"

[dependencies.rustyline]
version = "15"

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

[dependencies.tracing]
version = "0.1"

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