quarb-session 0.10.0

Backend-agnostic interactive Quarb session — macro history (&N/&N!/&N#) over a pluggable Executor and Store
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 = "quarb-session"
version = "0.10.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend-agnostic interactive Quarb session — macro history (&N/&N!/&N#) over a pluggable Executor and Store"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "repl",
    "interactive",
    "quarb",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

[features]
default = ["native"]
native = [
    "dep:quarb-sqlite",
    "dep:quarb-fs",
    "dep:quarb-compose",
    "dep:quarb-git",
    "dep:quarb-archive",
    "dep:quarb-xlsx",
    "dep:quarb-code",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.quarb]
version = "0.10.0"

[dependencies.quarb-archive]
version = "0.10.0"
optional = true

[dependencies.quarb-code]
version = "0.10.0"
optional = true

[dependencies.quarb-compose]
version = "0.10.0"
optional = true

[dependencies.quarb-csv]
version = "0.10.0"

[dependencies.quarb-fs]
version = "0.10.0"
optional = true

[dependencies.quarb-git]
version = "0.10.0"
optional = true

[dependencies.quarb-html]
version = "0.10.0"

[dependencies.quarb-json]
version = "0.10.0"

[dependencies.quarb-markdown]
version = "0.10.0"

[dependencies.quarb-mount]
version = "0.10.0"

[dependencies.quarb-sqlite]
version = "0.10.0"
optional = true

[dependencies.quarb-toml]
version = "0.10.0"

[dependencies.quarb-xlsx]
version = "0.10.0"
optional = true

[dependencies.quarb-xml]
version = "0.10.0"

[dependencies.quarb-yaml]
version = "0.10.0"