[package] name = "faker" version = "0.0.4" authors = [ "Mordy Tikotzky ", "Seth Pollack ", "Nathan Lilienthal ", ] homepage = "https://github.com/tikotzky/faker-rs" repository = "https://github.com/tikotzky/faker-rs" license = "MIT/Apache-2.0" description = "A library for generating fake data such as names, addresses, and phone numbers." [dependencies] rand = "*" regex = "*" [[bin]] name = "faker" doc = false