# 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 = "pusher-rs" version = "0.1.2" authors = ["chmod77 "] description = "A bullet-proof Rust crate for interacting with the Pusher Channels HTTP/WS API" homepage = "https://github.com/chmod77/pusher-rs" readme = "README.md" keywords = [ "pusher", "pusher-rs", "pusher-rs-api", "pusher-rs-client", "pusher-rs-sdk", ] license = "MIT" repository = "https://github.com/chmod77/pusher-rs" [dependencies.aes] version = "0.8.4" [dependencies.async-trait] version = "0.1.81" [dependencies.base64] version = "0.22.1" [dependencies.cbc] version = "0.1.2" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.5" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4.22" [dependencies.md5] version = "0.7.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" [dependencies.url] version = "2.5.2" [dev-dependencies.tokio-test] version = "0.4.4"