sqlx-sqlserver 0.0.1-alpha

Independent Microsoft SQL Server driver crate for SQLx.
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 = "2021"
rust-version = "1.94.0"
name = "sqlx-sqlserver"
version = "0.0.1-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Independent Microsoft SQL Server driver crate for SQLx."
readme = "README.md"
keywords = [
    "sqlx",
    "sqlserver",
    "mssql",
    "tds",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lovasoa/sqlx-sqlserver"

[features]
default = []
integration-tests = []
migrate = ["sqlx-core/migrate"]

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

[[test]]
name = "mssql_smoke"
path = "tests/mssql_smoke.rs"

[dependencies.futures-core]
version = "0.3.32"
default-features = false

[dependencies.futures-util]
version = "0.3.32"
features = ["alloc"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.2"

[dependencies.percent-encoding]
version = "2.3"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.47"
features = [
    "io-util",
    "net",
    "time",
]

[dependencies.tokio-native-tls]
version = "0.3"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
version = "1.47"
features = [
    "macros",
    "net",
    "rt",
    "time",
]