[package]
name = "hackmd-api-client-rs"
version = "0.3.0"
edition = "2021"
authors = ["Michael Wang <michael19920327@gmail.com>"]
description = "🦀📝 A HackMD Rust API client for rustacean & friends"
license = "MIT"
repository = "https://github.com/EastSun5566/hackmd-api-client-rs"
homepage = "https://docs.rs/hackmd-api-client-rs"
documentation = "https://docs.rs/hackmd-api-client-rs"
keywords = ["hackmd", "api", "client", "markdown", "collaboration"]
categories = ["api-bindings", "web-programming::http-client"]
readme = "README.md"
exclude = ["target/", ".git/", ".gitignore", "tests/"]
[dependencies]
chrono = { version = "0.4.35", default-features = false, features = ["serde", "std", "clock"] }
bytes = "1"
reqwest = { version = "0.12.15", features = ["json", "multipart", "rustls-tls"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tokio = { version = "1.45.1", features = ["time"] }
url = "2.5.0"
[dev-dependencies]
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }