[package] name = "scrapman" description = "A high-level declarative web scraping framework" version = "0.1.1" license = "MIT" edition = "2018" authors = ["Konstantin Nadezhin "] homepage = "https://github.com/nadejin/scrapman" repository = "https://github.com/nadejin/scrapman.git" [dependencies] tokio = { version = "1.3.0", features = ["full"] } futures = "0.3.13" async-trait = "0.1.48" fantoccini = "0.17.3" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" json_dotpath = "1.1.0" typetag = "0.1.7" log = "0.4.14" [dev-dependencies] serde_yaml = "0.8.17" mockall = "0.9.1" pretty_env_logger = "0.4.0"