# 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 = "ptt-crawler" version = "0.1.0" authors = ["cwouyang "] description = "A crawler for the web version of PTT, the largest online community in Taiwan" readme = "README.md" keywords = ["PTT", "crawler"] categories = ["command-line-utilities", "web-programming"] license = "MIT" repository = "https://github.com/cwouyang/ptt-crawler/" [lib] name = "ptt_crawler" path = "src/lib.rs" [[bin]] name = "ptc" path = "src/main.rs" [dependencies.chrono] version = "0.4.13" features = ["serde"] [dependencies.enum-iterator] version = "0.6.0" [dependencies.fake-useragent] version = "0.1.3" [dependencies.futures] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.10.7" features = ["cookies", "gzip"] [dependencies.select] version = "0.5.0" [dependencies.serde] version = "1.0.115" [dependencies.serde_derive] version = "1.0.115" [dependencies.serde_json] version = "1.0.57" [dependencies.structopt] version = "0.3.16" [dependencies.strum] version = "0.19.2" [dependencies.strum_macros] version = "0.19.2" [dependencies.tokio] version = "0.2.22" features = ["macros"] [dependencies.url] version = "2.1.1" [dev-dependencies.load_file] version = "1.0.0" [dev-dependencies.pretty_assertions] version = "0.6.1"