ulid-lite 0.6.1

ULID generation library and command-line utility
Documentation
[package]
name = "ulid-lite"
version = "0.6.1"
description = "ULID generation library and command-line utility"
authors = ["Tim McNamara <paperless@timmcnamara.co.nz>"]
readme = "README.md"
homepage = "https://github.com/timClicks/ulid-lite"
license = "BlueOak-1.0.0 OR Apache-2.0"
edition = "2018"
categories = ["command-line-utilities"] 

[dependencies]
xorshift = "0.1.3"

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

[dev-dependencies]
itertools = "0.10"
bencher = "0.1"

[profile.release]
lto = true

[features]
ffi = []

[lib]
name = "ulid"
crate-type = ["lib", "cdylib"]

[[bench]]
name = "bench"
path = "benchmarking/bench.rs"
harness = false

[[bin]]
name = "ulid"
test = false
bench = false
path = "src/main.rs"