[package] name = "aid" version = "0.1.1" authors = ["銀猫さん (silverscat_3) "] edition = "2018" readme = "README.adoc" description = "Rust port of the id generation algorithm use in Misskey" repository = "https://gitlab.com/silverscat_3/aid" keywords = ["id"] categorys = ["algorithms"] license = "Apache-2.0 OR MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8"