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