# 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 = "research" version = "0.1.19" authors = ["KorigamiK "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Manage your reading lists and generate a static site with your saved articles." readme = "README.md" keywords = [ "ssg", "save-it-later", "reading-list", "pocket", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/KorigamiK/ResearchPocket" [[bin]] name = "research" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "cargo", "env", "derive", ] [dependencies.csv] version = "1.3.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.sailfish] version = "0.9" features = ["json"] [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.8" features = [ "sqlite", "runtime-tokio", ] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.url] version = "2.5" [target."cfg(windows)".dependencies.winrt-notification] version = "0.5.1"