[dependencies.chrono]
features = ["alloc", "serde"]
version = "0.4.38"
[dependencies.derive_builder]
features = ["alloc", "clippy"]
version = "0.20.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.7"
[dependencies.serde]
version = "1.0.209"
[dependencies.serde_derive]
version = "1.0.209"
[dependencies.serde_json]
version = "1.0.127"
[dependencies.serde_repr]
version = "0.1.19"
[dependencies.tokio]
version = "1.40.0"
[dependencies.tokio-test]
version = "0.4.4"
[lib]
name = "rust_freely"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
description = "An asynchronous wrapper for the WriteFreely/Write.as API"
edition = "2021"
homepage = "https://github.com/dax-dot-gay/rust-freely"
keywords = ["network", "api", "writefreely", "writeas", "async"]
license = "MIT"
name = "rust-freely"
readme = "README.md"
repository = "https://github.com/dax-dot-gay/rust-freely"
version = "0.1.1"