[package] name = "rainbowid" version = "0.0.1-dev.1" license = "MIT" description = "WIP RainbowID Generator for Rust" edition = "2021" authors = ["RustQ"] include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] homepage = "https://github.com/rustq/rainbowid" documentation = "https://docs.rs/rainbowid" readme = "README.md" keywords = ["rainbowid", "rainbow", "id", "random"] repository = "https://github.com/rustq/rainbowid.git" [dependencies] hex = "0.4.3" rand = "0.8.5"