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