# 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 = "tiktok_rust" version = "0.0.13" description = "A Rust library for interacting with the TikTok API, enabling direct posting of content and querying creator information." readme = "README.md" keywords = [ "tiktok", "api", "video", "photo", ] license = "MIT" repository = "https://github.com/Abraxas-365/tiktok_api" [dependencies.actix-web] version = "4.9.0" [dependencies.base64] version = "0.22.1" [dependencies.derive_builder] version = "0.20.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.2"