uqa-cli 0.1.11

usql: interactive REPL for UQA
# 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 = "2021"
rust-version = "1.90"
name = "uqa-cli"
version = "0.1.11"
authors = ["Jaepil Jeong <jaepil@cognica.io>"]
build = false
exclude = [
    "/tests",
    "/benches",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "usql: interactive REPL for UQA"
homepage = "https://github.com/cognica-io/uqa-engine"
documentation = "https://docs.rs/uqa-cli"
readme = "README.md"
keywords = [
    "database",
    "sql",
    "postgresql",
    "repl",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "AGPL-3.0-only"
repository = "https://github.com/cognica-io/uqa-engine"

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

[[bin]]
name = "usql"
path = "src/main.rs"
test = false

[dependencies.rpassword]
version = "7.4"

[dependencies.rustyline]
version = "18.0.0"

[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]

[dependencies.uqa-core]
version = "0.1.11"

[dependencies.uqa-engine]
version = "0.1.11"

[dependencies.uqa-fdw]
version = "0.1.11"

[dependencies.uqa-graph]
version = "0.1.11"

[dependencies.uqa-pg-query]
version = "0.1.11"

[dependencies.uqa-sql]
version = "0.1.11"

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

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
float_cmp = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

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

[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"