[dependencies.chrono]
version = "^0.4.31"
[package]
authors = ["yitter <yitter@126.com>"]
description = "Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity (50W/0.1s), and powerful configuration capacity."
edition = "2021"
homepage = "https://github.com/t1000ln/idgenerator-thin"
keywords = ["snowflake", "idgenerator"]
license = "MIT"
name = "idgenerator-thin"
readme = "README.md"
repository = "https://github.com/t1000ln/idgenerator-thin"
version = "0.2.0"