# 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-server" version = "0.0.7" authors = ["Riccardo Mazzarini "] description = "Nomad's collab server" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.async-compat] version = "0.2" [dependencies.common] version = "0.0.7" features = ["__server"] package = "collab-common" [dependencies.futures] version = "0.3" [dependencies.futures-rustls] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = [ "macros", "net", "sync", "time", ] [features] __tests = ["common/__tests"] [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"