sql_tools 0.11.10

A rust crate meant to make SQL queries simple and communication between various SQL versions easy.
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 = "sql_tools"
version = "0.11.10"
build = false
exclude = [
    "TODO.md",
    ".vscode/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust crate meant to make SQL queries simple and communication between various SQL versions easy."
readme = "README.md"
keywords = [
    "sql",
    "oracle",
    "database",
    "concurrency",
    "parallelism",
]
categories = [
    "concurrency",
    "database",
    "database-implementations",
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/Cosiamo/sql_tools"

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

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.indicatif]
version = "0.18.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.memchr]
version = "2.7.5"
default-features = false

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.oracle]
version = "0.6.3"
features = ["chrono"]

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.9.6"

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

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.12"