Cargo Features

canyon_observer has no features set by default.

[dependencies]
canyon_observer = { version = "0.3.1", features = ["postgres", "mssql"] }
postgres = tokio-postgres

Enables postgres of canyon_connection ^0.3.1 and canyon_crud ^0.3.1

Affects constants::postgresql_queries, constants::postgresql_type

mssql = tiberius

Enables mssql of canyon_connection ^0.3.1 and canyon_crud ^0.3.1

Affects constants::mssql_queries, constants::sqlserver_type

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.

tokio-postgres postgres?
tiberius mssql?