# 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 = "hacker-news" version = "0.1.2" authors = ["cljacoby "] description = "A library to interact with Hacker News." license = "MIT OR Apache-2.0" [lib] name = "hacker_news" path = "src/lib.rs" [[bin]] name = "hn" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.7.1" [dependencies.grid-printer] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.regex] version = "1.4.2" [dependencies.reqwest] version = "0.10.7" features = ["blocking", "json", "cookies"] [dependencies.scraper] version = "0.12.0" [dependencies.selectors] version = "0.22.0" [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.serde_json] version = "1.0.49" [dependencies.serde_with] version = "1.5.1"