sqlx-exasol-cli 0.9.1

Command-line utility for sqlx-exasol.
# 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.86.0"
name = "sqlx-exasol-cli"
version = "0.9.1"
authors = ["Bogdan Mircea <mirceapetrebogdan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "sqlx-exasol"
description = "Command-line utility for sqlx-exasol."
readme = false
keywords = [
    "database",
    "sql",
    "exasol",
    "sqlx",
    "driver",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bobozaur/sqlx-exasol"

[features]
completions = ["sqlx-cli/completions"]
default = [
    "native-tls",
    "completions",
    "sqlx-toml",
]
native-tls = ["sqlx-cli/native-tls"]
openssl-vendored = ["sqlx-cli/openssl-vendored"]
rustls = ["sqlx-cli/rustls"]
sqlx-toml = ["sqlx-cli/sqlx-toml"]

[[bin]]
name = "cargo-sqlx-exasol"
path = "src/cargo-sqlx-exasol.rs"

[[bin]]
name = "sqlx-exasol"
path = "src/sqlx-exasol.rs"

[dependencies.clap]
version = "4"
features = ["derive"]
default-features = false

[dependencies.console]
version = "0.15"
default-features = false

[dependencies.sqlx-cli]
version = "0.9.0-alpha.1"
default-features = false

[dependencies.sqlx-exasol]
version = "0.9.1"
features = [
    "runtime-tokio",
    "migrate",
    "any",
]

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
default-features = false

[lints.clippy]
module_name_repetitions = "allow"

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

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

[lints.rust]
meta_variable_misuse = "warn"
missing_abi = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1