uuid64rs 0.0.6

UUID v4 (random) Rust crate with an additional custom base 64 encoding which is web and database friendly
Documentation
[dependencies.rand]
version = "0.7.3"

[dependencies.serde]
version = "1.0.118"

[dependencies.serde_derive]
version = "1.0.118"

[dependencies.serde_json]
version = "1.0.60"

[dependencies.thiserror]
version = "1.0.22"

[dependencies.thiserror-impl]
version = "1.0.22"

[lib]
crate-type = ["cdylib"]

[package]
authors = ["Michael Cummings <dragonrun1@gmail.com>"]
description = "UUID v4 (random) Rust crate with an additional custom base 64 encoding which is web and database friendly"
edition = "2018"
homepage = "https://github.com/Dragonrun1/uuid64rs"
license = "Apache-2.0 OR MIT"
name = "uuid64rs"
readme = "README.md"
repository = "https://github.com/Dragonrun1/uuid64rs"
version = "0.0.6"