return used features

This commit is contained in:
Kirill Fomichev 2020-12-01 19:03:02 +03:00
parent fa8fb83ec8
commit 5099799166
No known key found for this signature in database
GPG Key ID: 6AA0144D5E0C0C0A
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! TLS support for `tokio-postgres` and `postgres` via `native-tls.
//! TLS support for `tokio-postgres` and `postgres` via `native-tls`.
//!
//! # Examples
//!

View File

@ -103,7 +103,7 @@
//!
//! | Feature | Description | Extra dependencies | Default |
//! | ------- | ----------- | ------------------ | ------- |
//! | `runtime` | Enable convenience API for the connection process based on the `tokio` crate. | [tokio](https://crates.io/crates/tokio) 0.3 with the `io-util` feature | yes |
//! | `runtime` | Enable convenience API for the connection process based on the `tokio` crate. | [tokio](https://crates.io/crates/tokio) 0.3 with the features `net` and `time` | yes |
//! | `with-bit-vec-0_6` | Enable support for the `bit-vec` crate. | [bit-vec](https://crates.io/crates/bit-vec) 0.6 | no |
//! | `with-chrono-0_4` | Enable support for the `chrono` crate. | [chrono](https://crates.io/crates/chrono) 0.4 | no |
//! | `with-eui48-0_4` | Enable support for the `eui48` crate. | [eui48](https://crates.io/crates/eui48) 0.4 | no |