# 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 = "bp_analyser" version = "0.0.0" authors = ["b42-sneak <59374651+b42-sneak@users.noreply.github.com>"] include = ["/README.md", "/LICENSE.md", "/Cargo.toml", "/Cargo.lock", "/src"] description = "[NSFW] Analyses data from a wiki site" homepage = "https://github.com/b42-sneak/bp_analyser#readme" documentation = "https://docs.rs/bp_analyser" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/b42-sneak/bp_analyser" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33" [dependencies.reqwest] version = "0.11.6" features = ["json"] [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.12.0" features = ["full"]