diff --git a/openmls/Cargo.toml b/openmls/Cargo.toml index 0137d32be..0c7805a38 100644 --- a/openmls/Cargo.toml +++ b/openmls/Cargo.toml @@ -39,7 +39,7 @@ openmls_libcrux_crypto = { path = "../libcrux_crypto", optional = true } once_cell = { version = "1.19.0", optional = true } [features] -default = ["backtrace"] +default = [] crypto-subtle = [] # Enable subtle crypto APIs that have to be used with care. test-utils = [ "dep:serde_json",