json-poller 0.2.1

A lightweight, flexible, high-performance JSON polling library for Rust.
Documentation
# 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 = "json-poller"
version = "0.2.1"
authors = ["Erik-Jan van de Wal <hello@erik404.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, flexible, high-performance JSON polling library for Rust."
documentation = "https://docs.rs/json-poller"
readme = "README.md"
keywords = [
    "json",
    "polling",
    "http",
    "async",
    "api",
]
categories = [
    "web-programming::http-client",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/erik404/json-poller"

[lib]
name = "json_poller"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]