Cargo Features

[dependencies]
freta = { version = "0.22.0", default-features = false, features = ["client", "schema", "proptest"] }
default = client

The client feature is set by default whenever freta is added without default-features = false somewhere in the dependency tree.

client default

Enables async-stream, azure_core ^0.14, azure_identity ^0.14, azure_storage_blobs ^0.14, cli-table, csv, hmac, home, indicatif, reqwest ^0.11, serde_urlencoded, sha2, thiserror, tokio, and tracing-subscriber

Required by freta and freta-schemas binaries

schema

Enables assert-json-diff and schemars

Required by the freta-schemas binary

proptest

Enables proptest and proptest-derive