# 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 = "bililive-core" version = "0.1.0-beta.4" authors = ["LightQuantum "] description = "Core traits and structs for a simple stream-based bilibili live danmaku implementation." readme = "README.md" keywords = ["bilibili", "live", "stream", "core", "danmaku"] license = "MIT" repository = "https://github.com/PhotonQuantum/bililive-rs" [package.metadata.docs.rs] all-features = true [dependencies.async-std1] version = "1.10" optional = true package = "async-std" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.stream-reconnect] version = "0.4.0-beta.1" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio1] version = "1.13" features = ["rt"] optional = true package = "tokio" [dependencies.url] version = "2.2" features = ["serde"] [features] async-std = ["async-std1", "stream-reconnect/async-std"] default = ["tokio"] not-send = ["stream-reconnect/not-send"] tokio = ["tokio1", "stream-reconnect/tokio"]