datafusion-ducklake-cli 0.2.0

Interactive and scriptable SQL shell for datafusion-ducklake-provider.
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"
rust-version = "1.94"
name = "datafusion-ducklake-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive and scriptable SQL shell for datafusion-ducklake-provider."
readme = "README.md"
keywords = [
    "datafusion",
    "ducklake",
    "lakehouse",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/tobilg/datafusion-ducklake-provider"
resolver = "2"

[features]
all-backends = [
    "embedded",
    "remote",
    "object-store-s3",
]
default = ["sqlite"]
duckdb = ["datafusion-ducklake-provider/duckdb"]
embedded = [
    "sqlite",
    "duckdb",
]
object-store-s3 = ["datafusion-ducklake-provider/object-store-s3"]
postgres = ["datafusion-ducklake-provider/postgres"]
quack = ["datafusion-ducklake-provider/quack"]
remote = [
    "postgres",
    "quack",
]
sqlite = ["datafusion-ducklake-provider/sqlite"]

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

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

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

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

[dependencies.datafusion-ducklake-provider]
version = "0.2.0"
default-features = false

[dependencies.rustyline]
version = "17"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.52"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
]
default-features = false

[dev-dependencies.tempfile]
version = "3"