# 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 = "flatcrawl-crawler" version = "1.0.0" authors = ["Florian Schnell "] description = "This is a rust implementation of a set of webpage crawlers. New crawlers can be easily configured and the output can be written to an AMQP queue." homepage = "http://flatcrawl.net" documentation = "https://github.com/floschnell/flatcrawl-crawlers" license-file = "LICENSE" repository = "https://github.com/floschnell/flatcrawl-crawlers.git" [dependencies.chrono] version = "0.4.9" [dependencies.config] version = "0.9.3" [dependencies.encoding_rs] version = "0.8.20" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1.29" [dependencies.kuchiki] version = "0.7.3" [dependencies.lapin-futures] version = "0.28.0" [dependencies.regex] version = "1.3.1" [dependencies.reqwest] version = "0.9.21" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.serde_json] version = "1.0.40" [dependencies.tokio] version = "0.1.22" [dependencies.url] version = "2.1.0"