mq-repl 0.5.27

Read-Eval-Print Loop (REPL) for mq query language
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 = "mq-repl"
version = "0.5.27"
authors = ["Takahiro Sato <harehare1110@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-Eval-Print Loop (REPL) for mq query language"
homepage = "https://mqlang.org/"
readme = "README.md"
keywords = [
    "markdown",
    "jq",
    "query",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/harehare/mq"

[features]
clipboard = ["arboard"]
default = ["clipboard"]

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

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.miette]
version = "7.6.0"

[dependencies.mq-hir]
version = "0.5.27"

[dependencies.mq-lang]
version = "0.5.27"

[dependencies.mq-markdown]
version = "0.5.27"

[dependencies.regex-lite]
version = "0.1.9"

[dependencies.rustyline]
version = "18.0.0"
features = [
    "custom-bindings",
    "with-file-history",
]
default-features = false

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tempfile]
version = "3.27"

[dev-dependencies.scopeguard]
version = "1.2.0"

[target.'cfg(not(target_os = "android"))'.dependencies.arboard]
version = "3.6.1"
optional = true
default-features = false