[package] name = "id32" version = "2.0.0" description = "32-character RFC 4648 lowercase Base32 IDs" edition = "2021" license = "MPL-2.0" author = "kahnpoint" email = "96557890+kahnpoint@users.noreply.github.com" repository = "https://github.com/kahnpoint/id32" keywords = ["id", "id32", "uuid", "nanoid", "base32"] [dependencies] rand_core = { version = "0.6.4", features = ["getrandom"] }