banuid 1.1.0

Fast, secure, 64-bit lexicographically sortable unique identifiers
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 = "2021"
name = "banuid"
version = "1.1.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"

[[example]]
name = "ergonomic"
path = "examples/ergonomic.rs"

[[bench]]
name = "id_generation"
path = "benches/id_generation.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"