# 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 = "felgens" version = "0.3.1" description = "Bilibili live danmu websocket library" homepage = "https://github.com/eatradish/felgens" documentation = "https://docs.rs/felgens" readme = "README.md" license = "MIT" repository = "https://github.com/eatradish/felgens" [dependencies.brotli] version = "3.3" [dependencies.flate2] version = "1.0" features = ["zlib"] default-features = false [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scroll] version = "0.11" [dependencies.scroll_derive] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.19" features = [ "macros", "rt", "rt-multi-thread", "io-util", "io-std", "time", ] [dependencies.tokio-tungstenite] version = "0.18" features = [ "connect", "native-tls", ] [dependencies.url] version = "2.3" [dev-dependencies.owo-colors] version = "3.5" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", ]