Cargo Features

ruva-core has no features set by default.

[dependencies]
ruva-core = { version = "0.19.4", features = ["backtrace", "tracing", "sqlx-postgres"] }
backtrace

Enables backtrace

Affects backtrace::get_caller_data

tracing
sqlx-postgres = sqlx

Affects adapters::sqlx

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.

sqlx sqlx-postgres?