[package] name = "hyperflake-rs" version = "0.1.1" edition = "2021" description = "A simple and lightweight Rust crate library to generate unique snowflake like IDs starting from beginning of the 21th century." license = "MIT" authors = ["Jyotirmoy Bandyopadhayaya "] documentation = "https://docs.rs/hyperflake-rs" readme = "README.md" repository = "https://github.com/bravo68web/hyperflake-rs" keywords = ["hyperflake", "snowflake", "unique", "id", "generator"] categories = ["algorithms", "development-tools", "no-std"] [dependencies] [badges] maintenance = { status = "passively-maintained" }