# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "magpie-bird" version = "0.3.1" authors = ["DanielMorton "] build = false exclude = [ ".idea/*", "magpie.iml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "eBird Target Bird Scraper" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DanielMorton/magpie" [[bin]] name = "magpie-bird" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.16" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.polars] version = "0.42.0" features = [ "diagonal_concat", "lazy", "temporal", ] [dependencies.rayon] version = "1.10.0" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "cookies", "json", ] [dependencies.rpassword] version = "7.3.1" [dependencies.scraper] version = "0.20.0" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4"