# 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 = "pardalotus_chaser" version = "0.1.0" authors = ["Joe Wass "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Keep up to date with scholarly metadata indexed in Crossref." readme = "README.md" keywords = [ "metadata", "doi", ] license = "MIT" repository = "https://github.com/pardalotus/pardalotus_chaser" [[bin]] name = "pardalotus_chaser" path = "src/main.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" features = ["max_level_debug"] [dependencies.logger] version = "0.4.0" [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "json", ] [dependencies.retry] version = "2.0.0" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.scholarly_identifiers] version = "0.2.0" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha1] version = "0.10.6" [dependencies.time] version = "0.3.36" features = [ "parsing", "formatting", ]