# 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 = "actix-bililive" version = "0.1.0-beta.8" authors = ["LightQuantum "] description = "A simple stream-based bilibili live client library for the Actix ecosystem." readme = "README.md" keywords = ["bilibili", "live", "stream", "actix", "danmaku"] license = "MIT" repository = "https://github.com/PhotonQuantum/bililive-rs" [package.metadata.docs.rs] all-features = true [dependencies.actix-codec] version = "0.5" [dependencies.awc] version = "3.0.0" [dependencies.bililive-core] version = "0.1.0-beta.3" features = ["not-send"] [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.stream-reconnect] version = "0.4.0-beta.1" features = ["not-send"] [dev-dependencies.actix-rt] version = "2.7" [dev-dependencies.serde_json] version = "1.0" [features] default = ["openssl"] openssl = ["awc/openssl"] rustls = ["awc/rustls"]