Cargo Features

[dependencies]
convex = { version = "0.6.0", default-features = false, features = ["native-tls", "native-tls-vendored", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "testing"] }
default = native-tls

The native-tls feature is set by default whenever convex is added without default-features = false somewhere in the dependency tree.

native-tls default

Enables native-tls of tokio-tungstenite ^0.20.0

native-tls-vendored

Enables native-tls-vendored of tokio-tungstenite ^0.20.0

rustls-tls-native-roots

Enables rustls-tls-native-roots of tokio-tungstenite ^0.20.0

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of tokio-tungstenite ^0.20.0

testing = parking_lot, proptest, proptest-derive

Enables testing of convex_sync_types

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

parking_lot testing?
proptest-derive testing?
proptest testing?