Cargo Features
[dependencies]
freta = { version = "0.22.0", default-features = false, features = ["client", "schema", "proptest"] }
- default = client
-
The
client
feature is set by default wheneverfreta
is added without
somewhere in the dependency tree.default-features = false - 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 ^1.0, 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 ^0.4