# 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] name = "scrupy" version = "0.1.6" authors = ["dingtj "] description = "Scrupy is a fast, modern spider framework written in and for Rust. The framework implements the functionalities of Scrapy, but is low-level and typesafe. It exposes an elegant API and uses zero unsafe code." homepage = "https://github.com/RunningCool/CS230_17s" documentation = "https://docs.rs/scrupy/" license = "MIT" repository = "https://github.com/RunningCool/CS230_17s" [dependencies.url] version = "1.5.1" [dependencies.hyper] version = "0.10.12"