[[example]]
name = "simple"
path = "examples/with_simple_client.rs"
[[example]]
name = "axum"
path = "examples/with_axum.rs"
[[example]]
name = "realtime"
path = "examples/with_realtime_items.rs"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.time]
features = ["serde-well-known"]
version = "0.3"
[dev-dependencies.axum]
version = "0.6"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["Joey McKenzie <joey.mckenzie27@gmail.com>"]
categories = ["api-bindings"]
description = "Hacker News API bindings for rust."
documentation = "https://docs.rs/newswrap"
edition = "2021"
homepage = "https://github.com/joeymckenzie/newswrap/"
keywords = ["hackernews", "hacker-news", "hackernewsapi", "hacker-news-api"]
license = "MIT OR Apache-2.0"
name = "newswrap"
readme = "README.md"
repository = "https://github.com/joeymckenzie/newswrap/"
version = "0.0.2"