# 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 = "async-rust-scraper" version = "0.1.0" description = "Async scraper with sqlite insertion" homepage = "https://github.com/dhodyrev/async-rust-scraper" documentation = "https://docs.rs/async-rust-scraper" readme = "README.md" license = "MIT" repository = "https://github.com/dhodyrev/async-rust-scraper" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.scraper] version = "0.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sqlx] version = "0.5" features = [ "sqlite", "runtime-tokio-rustls", ] [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio] version = "1" features = ["full"]