Cargo Features

blog-db has no features set by default.

[dependencies]
blog-db = { version = "0.2.0", features = ["server", "client"] }
server = diesel, log, rocket, rocket_contrib

Enables v4 of uuid ^0.7.4

Affects blog-db::query, blog-db::rocket

client

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

diesel server?

Enables diesel ^1.4.3

Affects blog-db::schema

log server?
rocket server?

Enables rocket ^0.4.2

rocket_contrib server?