refinery
refinery copied to clipboard
Allow disabling Config for postgres and tokio-postgres
This adds a cargo feature to enable the Config struct and enable it when postgres or tokio-postgres is enabled (or the other drivers)
It adds additional postgres-no-tls and tokio-postgres-no-tls features which do not enable Config and don't depend on postgres-native-tls or native-tls
Fixes https://github.com/rust-db/refinery/issues/407