we-trust-sqlserver 0.0.0

Microsoft SQL Server compatibility layer for We-Trust, enabling T-SQL applications to connect to YYKV
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"
name = "we-trust-sqlserver"
version = "0.0.0"
authors = ["YY Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Microsoft SQL Server compatibility layer for We-Trust, enabling T-SQL applications to connect to YYKV"
homepage = "https://yydb.io"
readme = "README.md"
keywords = [
    "sqlserver",
    "tds",
    "we-trust",
    "database",
]
categories = [
    "database-implementations",
    "network-programming",
]
license = "MPL-2.0"
repository = "https://github.com/yydb/yykv"

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

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

[dependencies.bytes]
version = "1.0"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "sync",
    "io-util",
    "fs",
    "net",
    "io-util",
    "sync",
    "macros",
    "rt",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "v7",
    "serde",
]

[dependencies.yykv-compute]
version = "0.0.0"

[dependencies.yykv-event]
version = "0.0.0"

[dependencies.yykv-executor]
version = "0.0.0"

[dependencies.yykv-types]
version = "0.0.0"