# 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 = "tiktoklive" version = "0.0.19" authors = ["JW"] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" readme = "README.md" keywords = [ "api", "stream", "tiktok", "live", "tiktok-live", ] categories = [ "api-bindings", "game-development", "games", "development-tools", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jwdeveloper/TikTokLiveRust" [lib] name = "tiktoklive" path = "src/lib.rs" [[bin]] name = "tiktoklive" path = "src/main.rs" [dependencies.bytes] version = "1.5.0" [dependencies.env_logger] version = "0.10.1" [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4" [dependencies.protobuf] version = "3.5.1" features = ["bytes"] [dependencies.protobuf-codegen] version = "3.5.1" [dependencies.protoc-bin-vendored] version = "3.0.0" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16.0" features = ["native-tls"] [dependencies.tungstenite] version = "0.16.0" [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3" [build-dependencies.protobuf-codegen] version = "3.5.1" [build-dependencies.protoc-bin-vendored] version = "3.0.0"