Cargo Features

[dependencies]
azalia-remi = { version = "0.1.1", default-features = false, features = ["all", "gridfs", "azure", "s3", "fs", "unstable", "export-crates", "tracing", "serde", "log", "file-format", "serde_json", "serde_yaml_ng"] }
default = export-crates

The export-crates feature is set by default whenever azalia-remi is added without default-features = false somewhere in the dependency tree.

all = azure, fs, gridfs, s3
gridfs all?

Enables export-crates of remi-gridfs

azure all?

Enables export-azure of remi-azure

s3 all?

Enables export-crates of remi-s3

fs all?

Enables remi-fs

unstable

Enables unstable of remi, optional remi-fs, optional remi-gridfs, and optional remi-s3

export-crates default

Enables export-azure of optional remi-azure, export-crates of optional remi-gridfs and optional remi-s3

tracing

Enables tracing of optional remi-azure, optional remi-fs, optional remi-gridfs, and optional remi-s3

serde

Enables serde, serde of optional remi-azure, optional remi-fs, optional remi-gridfs, and optional remi-s3

log

Enables log of optional remi-azure, optional remi-fs, optional remi-gridfs, and optional remi-s3

file-format

Enables file-format of optional remi-fs

serde_json

Enables serde_json of optional remi-fs

serde_yaml_ng

Enables serde_yaml_ng of optional remi-fs

azalia-remi has 14 features without comments.