njid 0.1.0

A Rust application wrapper to find address and birthdays of New Jersey residents via NJ voter records.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"