forked from jwdeveloper/TikTokLiveRust
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (29 loc) · 1009 Bytes
/
Cargo.toml
File metadata and controls
33 lines (29 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "tiktoklive"
version = "0.0.19"
description = "A Rust library. Use it to receive live stream events such as comments and gifts in realtime from TikTok LIVE No credentials are required."
homepage = "https://github.com/jwdeveloper/TikTokLiveRust"
repository = "https://github.com/jwdeveloper/TikTokLiveRust"
keywords = ["api", "stream", "tiktok", "live", "tiktok-live", ]
categories = ["api-bindings", "game-development","games","development-tools","network-programming"]
license = "MIT OR Apache-2.0"
edition = "2021"
authors = ["JW"]
readme = "README.md"
[dependencies]
# log = "0.4"
# env_logger = "0.11"
# reqwest = "0.12"
# urlencoding = "2"
serde = "1"
serde_json = "1"
# serde_derive = "1"
# tokio = { version = "1", features = ["full"] }
# tokio-tungstenite = { version = "0.26", features = ["native-tls"] }
# bytes = "1"
# protobuf-codegen = "3"
# protoc-bin-vendored = "3"
protobuf = { version = "3", features = ["bytes"] }
url = "2"
# tungstenite = "0.26"
# futures-util = "0.3"