[dependencies.getrandom]
version = "0.2"
[dev-dependencies]
[lib]
name = "b58uuid"
path = "src/lib.rs"
[package]
authors = ["B58UUID Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "cryptography", "no-std"]
description = "Fast, secure Base58 encoding/decoding for UUIDs with minimal dependencies"
documentation = "https://docs.rs/b58uuid"
edition = "2021"
exclude = ["target/", ".github/", ".DS_Store"]
homepage = "https://github.com/b58uuid"
keywords = ["uuid", "base58", "encoding", "short-uuid", "base58check"]
license = "MIT"
name = "b58uuid"
readme = "README.md"
repository = "https://github.com/b58uuid/b58uuid-rs"
version = "1.0.0"