query-forge 0.2.0

Run SQL queries on XLSX/XML/CSV/JSON/JSONL/Markdown inputs and export results as text, CSV, JSONL, Markdown, XML, or XLSX
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.85"
name = "query-forge"
version = "0.2.0"
build = false
include = [
    "src/**",
    "examples/**",
    "scripts/**",
    "README.md",
    "LICENSE",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "qf"
description = "Run SQL queries on XLSX/XML/CSV/JSON/JSONL/Markdown inputs and export results as text, CSV, JSONL, Markdown, XML, or XLSX"
homepage = "https://github.com/mad4j/query-forge"
documentation = "https://docs.rs/query-forge"
readme = "README.md"
keywords = [
    "xlsx",
    "sql",
    "cli",
    "sqlite",
    "spreadsheet",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/mad4j/query-forge"

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

[[bin]]
name = "qf"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.calamine]
version = "0.35.0"

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

[dependencies.csv]
version = "1.4.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.rust_xlsxwriter]
version = "0.96.0"

[dependencies.serde_json]
version = "1.0.145"