# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "idgenerator" version = "2.0.0" authors = ["BobAnkh "] description = "A powerful unique id generator. 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, and powerful configuration capacity." homepage = "https://github.com/BobAnkh/idgenerator" documentation = "https://docs.rs/idgenerator" readme = "README.md" keywords = ["snowflake", "idgenerator", "id", "generator", "algorithms"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/BobAnkh/idgenerator" [[bench]] name = "id_bench" harness = false [dependencies.chrono] version = "0.4" [dependencies.once_cell] version = "1.8" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3"