Cargo Features

kapot has no features set by default.

[dependencies]
kapot = { version = "0.2.0", features = ["azure", "hdfs", "hdfs3", "s3", "standalone"] }
azure

Enables azure of kapot-core

hdfs

Enables hdfs of kapot-core

kapot-core:

Used to enable hdfs to be registered in the ObjectStoreRegistry by default

hdfs3

Enables hdfs3 of kapot-core

s3

Enables s3 of kapot-core

standalone = kapot-executor, kapot-scheduler

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.

kapot-executor standalone?
kapot-scheduler standalone?