2024-05-16 11:30:12 +00:00
|
|
|
[package]
|
|
|
|
name = "suid"
|
2024-05-16 11:35:59 +00:00
|
|
|
version = "0.2.0"
|
2024-05-16 11:30:12 +00:00
|
|
|
edition = "2021"
|
2024-05-16 11:35:59 +00:00
|
|
|
publish = ["ludogit"]
|
|
|
|
authors = ["Louis Hollingworth <louis@hollingworth.nl>"]
|
|
|
|
description = "A simple unique id library"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://git.ludoviko.ch/lucxjo/suid"
|
|
|
|
license = "AGPL-3.0-or-later"
|
2024-05-16 11:30:12 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-05-16 11:35:59 +00:00
|
|
|
rand = "0.8.5"
|
|
|
|
tracing = "0.1.40"
|