rs-uuid 0.2.0

Universally unique identifier generator
Documentation
[package]

name = "rs-uuid"

version = "0.2.0"

authors = ["jhaboic <josiphaboic@gmail.com>"]

edition = "2018"

description = "Universally unique identifier generator"

license = "Apache-2.0"

repository = "https://github.com/JosipHaboic/rs-uuid"

keywords = ["uuid", "generator", "uuid8", "uuid16", "uuid32"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

rand = "0.7.2"

hex = "0.4.0"