# 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 = "realtime-rs" version = "0.1.0" authors = ["sam edelsten"] description = "client library for supabase realtime. async and sync interfaces." homepage = "https://bytemunch.dev/projects/realtime-rs" documentation = "https://docs.rs/realtime-rs" readme = "README.md" keywords = [ "realtime", "supabase", "database", "cdc", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/bytemunch/realtime-rs" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.native-tls] version = "0.2.11" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.193" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.1" features = [ "rt", "macros", "io-std", "time", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.6.1" features = [ "fast-rng", "v4", ] [dev-dependencies.go_true] version = "0.1.1"