odoid 1.0.3

Deterministic mixed-radix ID encoding — maps integers to 6, 7, or 8-character alphanumeric strings. Ambiguous characters I, L, O are excluded.
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"
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"