# 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 = "medina" version = "0.0.2-alpha.11" authors = ["lucasterra "] description = "An asynchronous web crawling engine" readme = "README.md" keywords = ["scraping", "async", "crawling", "crawler"] categories = ["web-programming::http-client", "asynchronous", "concurrency"] license-file = "LICENSE" repository = "https://github.com/lucasterra/medina/" [dependencies.async-channel] version = "1.4.1" [dependencies.async-mutex] version = "1.1.5" [dependencies.async-std] version = "1.6.2" features = ["unstable"] optional = true [dependencies.async-trait] version = "0.1.36" [dependencies.event-listener] version = "2.2.0" [dependencies.futures] version = "0.3.5" [dependencies.futures-timer] version = "3.0.2" [dependencies.plum] version = "0.1.5" [dependencies.tokio] version = "0.2" features = ["rt-core", "macros"] optional = true [dependencies.url] version = "2.1.1"