Cargo Features

[dependencies]
cdbc = { version = "0.1.23", default-features = false, features = ["native-tls", "cdbc-macro"] }
default = cdbc-macro

The cdbc-macro feature is set by default whenever cdbc is added without default-features = false somewhere in the dependency tree.

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.

native-tls

See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

native-tls implicit feature

Enables native-tls

native-tls:

A wrapper over a platform's native TLS implementation

Affects tls::TlsStream

cdbc-macro default