Cargo Features

automerge_repo has no features set by default.

[dependencies]
automerge_repo = { version = "0.1.0", features = ["tokio", "axum", "tungstenite"] }
tokio

Enables tokio and tokio-util

Affects automerge_repo::tokio

axum

Enables axum ^0.6.18, tokio, and tokio-util

tungstenite

Enables tungstenite