mssqlrust 1.0.2

Lightweight Rust library for Microsoft SQL Server using dataset and datatable
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"
name = "mssqlrust"
version = "1.0.2"
authors = ["Luis Carlos Carrillo T (Luigimonsoft)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight Rust library for Microsoft SQL Server using dataset and datatable"
readme = "README.md"
keywords = [
    "sqlserver",
    "mssql",
    "database",
    "dataset",
    "datatable",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Luigimonsoft/mssqlrust"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.41"
features = ["clock"]

[dependencies.futures]
version = "0.3"

[dependencies.rust_decimal]
version = "1"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tiberius]
version = "0.12.3"
features = [
    "native-tls",
    "tds73",
    "chrono",
    "rust_decimal",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "time",
]

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

[dependencies.uuid]
version = "1"

[dev-dependencies]