# 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 = "collab-common" version = "0.0.7" authors = ["Riccardo Mazzarini "] description = "Code shared by collab's client and server" license = "MIT" [dependencies.async-compat] version = "0.2" [dependencies.async-io] version = "2.3" [dependencies.bincode] version = "1" [dependencies.cola] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.uuid] version = "1.6" features = [ "serde", "v4", ] [dependencies.zstd] version = "0.13" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.tokio] version = "1.35" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.tokio-stream] version = "0.1" [features] __client = ["__pub"] __pub = [] __server = ["__pub"] __tests = ["__pub"] [lints.clippy] mixed_attributes_style = "allow" [lints.rust] future_incompatible = "deny" missing_docs = "deny" nonstandard_style = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" private_intra_doc_links = "deny"