gluesql-cli 0.20.0

GlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!
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 = "gluesql-cli"
version = "0.20.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!"
documentation = "https://docs.rs/gluesql/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gluesql/gluesql"
resolver = "2"

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

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

[[test]]
name = "dump"
path = "tests/dump.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.edit]
version = "0.1.4"

[dependencies.gluesql-core]
version = "0.20.0"

[dependencies.gluesql-csv-storage]
version = "0.20.0"

[dependencies.gluesql-file-storage]
version = "0.20.0"

[dependencies.gluesql-json-storage]
version = "0.20.0"

[dependencies.gluesql-parquet-storage]
version = "0.20.0"

[dependencies.gluesql-redb-storage]
version = "0.20.0"

[dependencies.gluesql_memory_storage]
version = "0.20.0"

[dependencies.gluesql_sled_storage]
version = "0.20.0"

[dependencies.rustyline]
version = "9.1"

[dependencies.rustyline-derive]
version = "0.6"

[dependencies.strum_macros]
version = "0.25"

[dependencies.tabled]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
enum_glob_use = "allow"
float_cmp = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1