diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index 4185c71..e3acfe0 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["ica", "matrix"] +default = ["ica"] ica = ["dep:ed25519", "dep:ed25519-dalek", "dep:hex", "dep:rust_socketio"] matrix = ["dep:ruma"]