[package] name = "bharat-cafe" version = "0.2.1" edition = "2021" authors = ["Ravindranath Mopparthy"] description = "A library that generates random names, phones, addresses for Indian users." license = "Unlicense" documentation = "https://docs.rs/bharat-cafe" repository = "https://github.com/rv-nath/bharat-cafe" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] once_cell = "1.19.0" rand = "0.8.5"