[package] name = "njid" version = "0.1.0" edition = "2021" description = "A Rust application wrapper to find address and birthdays of New Jersey residents via NJ voter records." license = "MIT" repository = "https://github.com/cybrly/njid" [dependencies] reqwest = { version = "0.11", features = ["blocking", "rustls-tls"] } tokio = { version = "1", features = ["full"] } prettytable = "0.10.0" scraper = "0.12"