tempest-repl 0.0.1

TempestDB interactive REPL
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"
name = "tempest-repl"
version = "0.0.1"
authors = ["The TempestDB Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TempestDB interactive REPL"
homepage = "https://tempest.jofh.me"
readme = false
license-file = "LICENSE"
repository = "https://codeberg.org/Vimthusiast/tempest"

[features]
terminal-stdio = ["dep:termion"]
wasm-stdio = ["dep:wasm-bindgen"]

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

[dependencies.ariadne]
version = "0.6.0"

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.tabled]
version = "0.20.0"
features = ["ansi"]

[dependencies.tempest-engine]
version = "0.0.2"

[dependencies.tempest-io]
version = "0.0.1"

[dependencies.tempest-tql]
version = "0.0.2"

[dependencies.termion]
version = "4.0.6"
optional = true

[dependencies.tracing]
version = "0.1.44"
features = ["release_max_level_warn"]

[dependencies.wasm-bindgen]
version = "0.2.118"
optional = true