[package] name = "chronoflake" version = "1.0.1" edition = "2021" authors = ["Graham Keenan graham.keenan@outlook.com"] license = "MIT OR Apache-2.0" description = "Generate unique IDs based on the Snowflake algorithm" readme = "README.md" documentation = "https://docs.rs/chronoflake" homepage = "https://github.com/Tyrannican/chronoflake" repository = "https://github.com/Tyrannican/chronoflake" keywords = ["unqiue", "identifier", "snowflake", "chronoflake"] categories = ["data-structures"] [dependencies] chrono = "0.4.31"