rusty_ulid 0.2.0

Rust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing
Documentation
[package]
name = "rusty_ulid"
version = "0.2.0"  # remember to update html_root_url in src/lib.rs
description = "Rust ULID (Universally Unique Lexicographically Sortable Identifier) generation and processing"
authors = ["Joern Huxhorn <jhuxhorn@googlemail.com>"]
repository = "https://github.com/huxi/rusty_ulid"
license = "MIT"
# license-file = "LICENSE"
readme = "README.md"

keywords = ["ulid", "uuid", "sortable", "identifier"]
categories = ["data-structures","date-and-time","encoding","parsing","value-formatting"]

[dependencies]
rand = "0.4.2"
chrono = "0.4.2"

[dev-dependencies]
criterion = "0.2"

[[bench]]
name = "my_benchmark"
harness = false