# 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 = "axum-ycrdt-websocket" version = "0.1.0" authors = [ "Dawn Chan", "xiwenyoumu", ] description = "Port of the websocket library from yrs-warp to axum" keywords = [ "axum", "yrs", "crdt", "yjs", "websocket", ] license = "MIT" repository = "https://github.com/dawnchan030920/axum-ycrdt-websocket" [dependencies.axum] version = "0.7.5" features = ["ws"] [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", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.tower-http] version = "0.5.2" features = ["fs"] [dependencies.tracing] version = "0.1" features = ["log"] [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.23.1"