# 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 = "2018" name = "misskey-websocket" version = "0.3.0-rc.1" authors = ["coord_e "] description = "Asynchronous WebSocket-based client implementation for Misskey" homepage = "https://github.com/coord-e/misskey-rs" documentation = "https://docs.rs/misskey-websocket/0.3.0-rc.1" readme = "README.md" keywords = [ "async", "websocket", "client", "misskey", ] categories = ["web-programming::websocket"] license = "MIT OR Apache-2.0" repository = "https://github.com/coord-e/misskey-rs.git" [dependencies.async-rwlock] version = "1.0" [dependencies.async-std] version = "1.6.3" features = ["std"] optional = true default-features = false [dependencies.async-tungstenite] version = "0.13" [dependencies.chrono] version = "0.4.12" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.misskey-core] version = "0.3.0-rc.1" [dependencies.serde] version = "1.0.83" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.2" [dependencies.tokio] version = "1.0" features = [ "time", "rt", ] optional = true default-features = false [dependencies.url] version = "2.2.0" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dev-dependencies.async-std] version = "1.6.3" features = ["attributes"] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", ] [features] async-std-runtime = [ "async-std", "async-tungstenite/async-std-runtime", "async-tungstenite/async-tls", ] default = ["tokio-runtime"] inspect-contents = [] tokio-runtime = [ "tokio", "async-tungstenite/tokio-runtime", "async-tungstenite/tokio-rustls", ]