ids_service 1.3.7

Library that allows to generate unique Ids.
Documentation
[package]
name = "ids_service"
description = "Library that allows to generate unique Ids."
version = "1.3.7"
authors = ["ʕʘ̅͜ʘ̅ʔ <dev@kurdy.ch>"]
edition = "2021"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/ids_service/latest/ids_service/"
repository = "https://gitlab.com/kurdy/ids_service.git"
homepage = "https://gitlab.com/kurdy/ids_service/-/wikis/home"
exclude = ["/.idea/*", "/ids_service.log", "/ids_service.iml", ".gitignore", ".directory"]
keywords = ["id", "hash","uuid","unique"]
categories = ["algorithms","asynchronous","caching","concurrency"]
publish = true

[dependencies]
rand = "^0.8"
log = "^0.4"
simplelog = "^0.12"
sha3 = "^0.10"
data-encoding = "^2.3"
lazy_static = "^1.4"
num_cpus = "^1.15"