heeranjid-sqlx 0.3.6

SQLx integration for HeeRanjID distributed ID generation
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 = "heeranjid-sqlx"
version = "0.3.6"
authors = ["Tarunvir Bains"]
build = false
include = [
    "src/**/*",
    "sql/**/*.sql",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLx integration for HeeRanjID distributed ID generation"
documentation = "https://docs.rs/heeranjid-sqlx"
readme = "README.md"
keywords = [
    "distributed",
    "id",
    "sqlx",
    "postgres",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/TarunvirBains/HeeRanjID"
resolver = "2"

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

[dependencies.heeranjid]
version = "0.3"
features = ["sqlx"]

[dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "uuid",
    "runtime-tokio-rustls",
    "macros",
    "time",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = ["serde"]

[dev-dependencies.heeranjid]
version = "0.3"
features = [
    "sqlx",
    "postgres",
]

[dev-dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tokio-postgres]
version = "0.7"
features = ["runtime"]
default-features = false