[package]
edition = "2021"
rust-version = "1.65"
name = "odoid"
version = "1.0.3"
authors = ["Webictbyleo"]
exclude = ["tests/"]
description = "Deterministic mixed-radix ID encoding — maps integers to 6, 7, or 8-character alphanumeric strings. Ambiguous characters I, L, O are excluded."
homepage = "https://github.com/Webictbyleo/odoid"
documentation = "https://docs.rs/odoid"
readme = "README.md"
keywords = [
"id",
"encoding",
"serial",
"deterministic",
]
categories = [
"encoding",
"data-structures",
]
license = "MIT"
repository = "https://github.com/Webictbyleo/odoid"
[dependencies.getrandom]
version = "0.2"