# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "extrablatt" version = "0.1.1" authors = ["Matthias Seitz "] description = "News, articles and text scraper" documentation = "https://docs.rs/extrablatt/" keywords = ["parser", "web", "news"] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/extrablatt" [profile.release] opt-level = "s" [[bin]] name = "extrablatt" path = "src/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0" [dependencies.archiveis] version = "0.4" optional = true [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.dtparse] version = "1.1" [dependencies.fnv] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3" [dependencies.reqwest] version = "0.10" [dependencies.rss] version = "1.9" optional = true [dependencies.select] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["macros", "fs"] optional = true [dependencies.url] version = "2.1" [dependencies.wasm-timer] version = "0.2" [features] archive = ["archiveis"] cli = ["structopt", "serde0", "serde_json", "tokio"] default = ["stopwords"] serde0 = ["serde", "url/serde", "chrono/serde"] stopwords = [] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "0.2" features = ["macros"] [target."cfg(target_arch = \"wasm32\")".dependencies.chrono] version = "0.4" features = ["wasmbind"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"