Skip to content

Commit d21860b

Browse files
RUST-1613 Update feature flags table (#407)
1 parent f9a8b52 commit d21860b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/lib.rs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@
5959
//!
6060
//! #### Feature Flags
6161
//!
62-
//! | Feature | Description | Extra dependencies | Default |
63-
//! |:-------------|:----------------------------------------------------------------------------------------------------|:-------------------|:--------|
64-
//! | `chrono-0_4` | Enable support for v0.4 of the [`chrono`](docs.rs/chrono/0.4) crate in the public API. | n/a | no |
65-
//! | `uuid-0_8` | Enable support for v0.8 of the [`uuid`](docs.rs/uuid/0.8) crate in the public API. | n/a | no |
66-
//! | `serde_with` | Enable [`serde_with`](docs.rs/serde_with/latest) integrations for `bson::DateTime` and `bson::Uuid` | serde_with | no |
62+
//! | Feature | Description | Default |
63+
//! |:-------------|:-----------------------------------------------------------------------------------------------------|:--------|
64+
//! | `chrono-0_4` | Enable support for v0.4 of the [`chrono`](https://docs.rs/chrono/0.4) crate in the public API. | no |
65+
//! | `uuid-0_8` | Enable support for v0.8 of the [`uuid`](https://docs.rs/uuid/0.8) crate in the public API. | no |
66+
//! | `uuid-1` | Enable support for v1.x of the [`uuid`](https://docs.rs/uuid/1.x) crate in the public API. | no |
67+
//! | `time-0_3` | Enable support for v0.3 of the [`time`](https://docs.rs/time/0.3) crate in the public API. | no |
68+
//! | `serde_with` | Enable [`serde_with`](https://docs.rs/serde_with/latest) integrations for [`DateTime`] and [`Uuid`]. | no |
6769
//!
6870
//! ## BSON values
6971
//!

0 commit comments

Comments
 (0)