[package] name = "name_maker" description = "Generates random name for a person or a group of person." version = "0.1.1" edition = "2021" authors = ["Gabriel Kenneth L. Marinas "] keywords = ["utility", "tool", "library", "random", "id"] repository = "https://github.com/marshblocker/name_maker" license = "MIT" [dependencies] rand = "0.8"