# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hnapi" version = "0.3.0" authors = ["Sebastien Castiel "] description = "A library to query HackerNews." homepage = "https://github.com/scastiel/hn" license = "MIT" repository = "https://github.com/scastiel/hn" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11" features = ["json", "cookies"] [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.serial_test] version = "0.5.1"