[package]
edition = "2021"
name = "aict"
version = "0.4.0"
authors = ["Fralonra <zoronlivingston@gmail.com>"]
build = false
exclude = [
".gitignore",
".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generates auto-incrementing unique IDs"
homepage = "https://github.com/fralonra/aict"
documentation = "https://docs.rs/aict"
readme = "README.md"
keywords = [
"id",
"unique",
]
license = "MIT"
repository = "https://github.com/fralonra/aict"
[lib]
name = "aict"
path = "src/lib.rs"
[dependencies]