[go: up one dir, main page]

uuid 0.1.11

A library to generate and parse UUIDs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "uuid"
version = "0.1.11"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/uuid"
homepage = "https://github.com/rust-lang/uuid"
documentation = "http://doc.rust-lang.org/uuid"
description = """
A library to generate and parse UUIDs.
"""

[dependencies]
rustc-serialize = "0.3"
rand = "0.1"