[package]
edition = "2021"
name = "banuid"
version = "1.0.0"
authors = ["Khaled Ezzughayyar <kz@khaledez.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, secure, 64-bit lexicographically sortable unique identifiers"
homepage = "https://github.com/banan-tech/banuid"
documentation = "https://docs.rs/banuid"
readme = "README.md"
keywords = [
"id",
"uuid",
"unique-id",
"distributed",
"sortable",
]
categories = [
"data-structures",
"algorithms",
"concurrency",
]
license = "MIT"
repository = "https://github.com/banan-tech/banuid"
[lib]
name = "banuid"
path = "src/lib.rs"
[dependencies]