[package] name = "snowflake_uid" version = "0.1.1" edition = "2021" authors = ["Saurabh Goyal "] description = "A module for generating guaranteed unique IDs among a cluster of nodes using Snowflake logic." license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/SaurabhGoyal/snowflake-rs" homepage = "https://github.com/SaurabhGoyal/snowflake-rs" documentation = "https://docs.rs/snowflake_uid" [dependencies]