we-trust-postgres 0.0.1

PostgreSQL compatibility layer for We-Trust, supporting the wire protocol and SQL dialect
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-postgres"
version = "0.0.1"
authors = ["YY Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL compatibility layer for We-Trust, supporting the wire protocol and SQL dialect"
homepage = "https://github.com/yy-database/yyds"
readme = "README.md"
keywords = [
    "postgres",
    "we-trust",
    "database",
    "protocol",
]
categories = [
    "database-implementations",
    "network-programming",
]
license = "MPL-2.0"
repository = "https://github.com/yy-database/yyds"

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

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

[dependencies.byteorder]
version = "1.5.0"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3.32"

[dependencies.hex]
version = "0.4.3"

[dependencies.md5]
version = "0.8.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

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

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

[dependencies.tracing]
version = "0.1.44"

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