[package] name = "fakerrs" version = "0.1.0" edition = "2021" description = "An faker JS inspired library will all the support in FakerJS." authors = ["Vasanthkumar "] keywords = ["faker", "fakerjs", "mock", "generator", "random"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/itsparser/fakerrs" homepage = "https://github.com/itsparser/fakerrs" include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8"