# 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 = "yrs-warp" version = "0.8.0" authors = ["Bartosz Sypytkowski "] description = "Yrs synchronization protocol using Warp web sockets" homepage = "https://github.com/y-crdt/yrs-warp/" readme = "./README.md" keywords = [ "crdt", "yrs", "warp", ] license = "MIT" repository = "https://github.com/y-crdt/yrs-warp/" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.36" features = [ "rt", "net", "sync", "macros", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.warp] version = "0.3" [dependencies.yrs] version = "0.18.2" [dev-dependencies.bytes] version = "1.6" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-tungstenite] version = "0.21"