[dependencies.log]
version = "0.4.22"
[dependencies.reqwest]
features = ["json"]
version = "^0.12.7"
[dependencies.serde]
features = ["derive"]
version = "^1.0.210"
[dependencies.tokio]
features = ["time", "sync"]
version = "^1.40.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "^1.40.0"
[lib]
name = "dot4ch"
path = "src/lib.rs"
[package]
authors = ["dot4ch"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Wrapper library around 4chan API"
edition = "2021"
keywords = ["4chan", "api", "library", "wrapper"]
license = "GPL-3.0"
name = "dot4ch"
readme = "README.md"
repository = "https://github.com/dot4ch-rs/dot4ch"
version = "4.0.2"