uuid1 0.0.2

UUID v1 Batteries
Documentation
[dependencies.chrono]
version = "0.4.19"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
version = "0.8.3"

[dependencies.uuid]
features = ["v1", "v4", "std"]
version = "0.8.2"

[features]
serde = ["uuid/serde"]

[package]
authors = ["rushmorem <rushmore@webenchanter.com>"]
description = "UUID v1 Batteries"
documentation = "https://docs.rs/uuid1"
edition = "2018"
keywords = ["uuid"]
license = "MIT/Apache-2.0"
name = "uuid1"
readme = "README.md"
repository = "https://github.com/rushmorem/uuid1"
version = "0.0.2"