# 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 = "yrs-webrtc" version = "0.2.0" authors = ["Bartosz Sypytkowski "] description = "WebRTC network connector for Yjs/Yrs document update exchange" homepage = "https://github.com/Horusiath/yrs-webrtc" readme = "./README.md" keywords = [ "crdt", "yrs", ] license = "MIT" repository = "https://github.com/Horusiath/yrs-webrtc" [dependencies.arc-swap] version = "1.6" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1.4" [dependencies.enclose] version = "1.1" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.34" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20" features = ["native-tls"] [dependencies.tokio-util] version = "0.7" [dependencies.url] version = "2.3" [dependencies.wrtc] version = "0.3" [dependencies.y-sync] version = "0.4" features = ["net"] [dependencies.yrs] version = "0.17" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.warp] version = "0.3" [dev-dependencies.yrs-warp] version = "0.7"