rsql_driver_sqlserver 0.19.3

rsql sqlserver driver
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_driver_sqlserver"
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 sqlserver driver"
readme = false
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_driver_sqlserver"
path = "src/lib.rs"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.41"

[dependencies.file_type]
version = "0.8.11"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.indoc]
version = "2.0.7"

[dependencies.jiff]
version = "0.2.20"

[dependencies.rsql_driver]
version = "0.19.3"

[dependencies.rust_decimal]
version = "1.40.0"

[dependencies.sqlparser]
version = "0.61.0"

[dependencies.tokio]
version = "1.49.0"
features = ["net"]

[dependencies.tokio-util]
version = "0.7.18"
features = ["compat"]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.anyhow]
version = "1.0.101"

[dev-dependencies.testcontainers]
version = "0.26.3"

[dev-dependencies.testcontainers-modules]
version = "0.14.0"
features = ["mssql_server"]

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt",
]

[target.'cfg(not(target_os = "macos"))'.dependencies.tiberius]
version = "0.12.3"
features = [
    "bigdecimal",
    "chrono",
    "rust_decimal",
    "tds73",
    "time",
    "vendored-openssl",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.tiberius]
version = "0.12.3"
features = [
    "bigdecimal",
    "chrono",
    "rust_decimal",
    "tds73",
    "time",
]
default-features = false