tiny_uuid 0.1.0

Fast aligned standard UUID types and parsing
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "serde"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"

[[package]]
name = "tiny_uuid"
version = "0.1.0"
dependencies = [
 "serde",
]