[package] name = "keysmith" version = "0.4.0" edition = "2021" authors = ["Nick Shockey "] readme = "../README.md" description = "Create keys, uuid's, timestamps, and more." repository = "https://github.com/njshockey/keysmith-rs" homepage = "https://github.com/njshockey/keysmith-rs" license = "MIT OR Apache-2.0" keywords = ["data", "text", "utility", "string", "cryptography"] categories = ["cryptography","data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" chrono = "0.4.26"