sqlx-mssql-odbc-cli 0.1.3

CLI tools for sqlx-mssql-odbc.
# 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.96"
name = "sqlx-mssql-odbc-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tools for sqlx-mssql-odbc."
readme = "README.md"
keywords = [
    "sqlx",
    "mssql",
    "odbc",
    "database",
    "cli",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/strawberyy-coconut/sqlx-mssql-odbc"

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

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

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

[dependencies.console]
version = "0.15"

[dependencies.sqlx-cli]
version = "0.9.0"

[dependencies.sqlx-core]
version = "=0.9.0"
features = [
    "any",
    "migrate",
]
default-features = false

[dependencies.sqlx-mssql-odbc-core]
version = "0.1.3"
features = [
    "any",
    "migrate",
]

[dependencies.tokio]
version = "1.25.0"
features = [
    "rt-multi-thread",
    "macros",
]