Cargo Features

Actix-storage has no features set by default.

[dependencies]
actix-storage = { version = "0.3.0", features = ["all", "serde-bincode", "serde-cbor", "serde-json", "serde-ron", "serde-xml", "serde-yaml", "tests", "with-serde"] }
all = serde-bincode, serde-cbor, serde-json, serde-ron, serde-xml, serde-yaml
serde-bincode all? = bincode, with-serde

Affects tests::test_format, tests::test_all_formats

serde-cbor all? = serde_cbor, with-serde

Affects tests::test_format, tests::test_all_formats

serde-json all? = serde_json, with-serde

Affects tests::test_format, tests::test_all_formats

serde-ron all? = ron, with-serde

Affects tests::test_format, tests::test_all_formats

serde-xml all? = quick-xml, with-serde

Affects tests::test_format, tests::test_all_formats

serde-yaml all? = serde_yaml, with-serde

Affects tests::test_format, tests::test_all_formats

tests = futures

Affects actix-storage::tests

with-serde serde-bincode? serde-cbor? serde-json? serde-ron? serde-xml? serde-yaml? = serde

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.

bincode serde-bincode?
quick-xml serde-xml?

Enables quick-xml ^0.26.0

ron serde-ron?
serde with-serde?
serde_cbor serde-cbor?
serde_json serde-json?
serde_yaml serde-yaml?

Enables serde_yaml ^0.8

futures tests?

Enables futures

For tests