Cargo Features

[dependencies]
tdb-server = { version = "0.3.0", default-features = false, features = ["gcs"] }
default = gcs

The gcs feature is set by default whenever tdb-server is added without default-features = false somewhere in the dependency tree.

gcs default = config, reqwest, serde, serde_json, tempdir, time

Affects plugins::gstorage

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.

tempdir gcs
reqwest gcs

Enables reqwest ^0.9.22

serde_json gcs
serde gcs
config gcs

Enables config ^0.9.3

time gcs

Enables time ^0.1.42