Cargo Features

[dependencies]
pgx_prometheus_exporter = { version = "0.0.1-alpha", default-features = false, features = ["pg11", "pg12", "pg13", "pg14", "pg15", "pg_test"] }
default = pg14

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

pg11

Enables pg11 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg12

Enables pg12 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg13

Enables pg13 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg14 default

Enables pg14 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg15

Enables pg15 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg_test

pgx_prometheus_exporter has 7 features without comments.