# 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 = "zju-jw-scraper" version = "0.2.1" authors = ["Hexilee "] description = "浙江大学教务网爬虫库" documentation = "https://docs.rs/zju-jw-scraper" readme = "README.md" keywords = ["zju", "jw", "scraper"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/QSCTech/jw-scraper-rs" [package.metadata.docs.rs] all-features = true [[example]] name = "connector" required-features = ["client"] [dependencies.interfacer-http] version = "0.2" features = ["encoding", "serde-base", "serde-urlencoded", "unhtml-html"] [dependencies.interfacer-http-hyper] version = "0.1" optional = true [dependencies.reformation] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.unhtml] version = "0.7" features = ["derive"] [dev-dependencies.config] version = "0.9" [dev-dependencies.encoding] version = "0.2" [dev-dependencies.hyper-tls] version = "0.4.0-alpha.1" [dev-dependencies.interfacer-http-hyper] version = "0.1" [dev-dependencies.tokio] version = "0.2.0-alpha.1" [features] client = ["interfacer-http-hyper"] [badges.travis-ci] branch = "master" repository = "QSCTech/jw-scraper-rs"