sqlx-pg-ext-uint 0.1.2

A Simple Extension for SQLX to support postgres uint128
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 = "sqlx-pg-ext-uint"
version = "0.1.2"
authors = [
    "tianxiu2b2t <atiaxniua@163.com>",
    "shenjackyuanjie <3695888@qq.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Simple Extension for SQLX to support postgres uint128"
homepage = "https://github.com/HWSServer/sqlx-pg-ext-uint"
readme = false
keywords = [
    "sqlx",
    "postgres",
    "uint128",
]
license = "MIT"
repository = "https://github.com/HWSServer/sqlx-pg-ext-uint"

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

[dependencies.sqlx]
version = "0.8.6"
features = ["postgres"]

[dev-dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio",
]

[dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]