tiktok_rust 0.0.2

A Rust library for interacting with the TikTok API, enabling direct posting of content and querying creator information.
Documentation
[dependencies.derive_builder]
version = "0.20.0"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.63"

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

[package]
description = "A Rust library for interacting with the TikTok API, enabling direct posting of content and querying creator information."
edition = "2021"
keywords = ["tiktok", "api", "video", "photo"]
license = "MIT"
name = "tiktok_rust"
readme = "README.md"
repository = "https://github.com/Abraxas-365/tiktok_api"
version = "0.0.2"