rsql_core 0.19.3

rsql core library for creating a command line SQL interfaces
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.92.0"
name = "rsql_core"
version = "0.19.3"
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsql core library for creating a command line SQL interfaces"
readme = "README.md"
keywords = [
    "database",
    "mysql",
    "postgresql",
    "sql",
    "sqlite",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/rsql"

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.config]
version = "0.15.19"

[dependencies.dark-light]
version = "2.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.rsql_formatters]
version = "0.19.3"

[dependencies.rust-i18n]
version = "3.1.5"

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.termbg]
version = "0.6.2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-appender]
version = "0.2.4"

[dependencies.tracing-indicatif]
version = "0.3.14"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "tracing-log",
]

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.getrandom]
version = "0.3.3"
features = ["wasm_js"]