magpie-bird 0.1.3

eBird Target Bird Scraper
[package]
name = "magpie-bird"
version = "0.1.3"
authors = ["DanielMorton <dacmorton@gmail.com>"]
description = "eBird Target Bird Scraper"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DanielMorton/magpie"
edition = "2021"
exclude = [
    ".idea/*",
    "magpie.iml"
]

[dependencies]
clap = "4.4.11"
itertools = "0.12.0"
num_cpus = "1.16.0"
rayon = "1.8.0"
rpassword = "7.3.1"
scraper = "0.18.1"
strum = "0.25.0"
strum_macros = "0.25.3"

[dependencies.indicatif]
version = "0.17.7"
features = ["rayon"]

[dependencies.polars]
version = "0.35.4"
features = ["diagonal_concat", "lazy", "temporal"]

[dependencies.reqwest]
version = "0.11.23"
features = ["blocking", "cookies", "json"]