Cargo Features

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

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

native-tls

Enables native-tls of tokio-tungstenite ^0.21.0

native-tls-vendored default

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

rustls-tls-native-roots

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

rustls-tls-webpki-roots

Enables rustls-tls-webpki-roots of tokio-tungstenite ^0.21.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?