Cargo Features

WindowedInfinity has no features set by default.

[dependencies]
windowed-infinity = { version = "0.1.7", features = ["std", "with_serde_cbor", "with_minicbor", "with_minicbor_0_19", "with_minicbor_0_24", "with_minicbor_0_25", "with_ciborium", "with_embedded_io_0_4", "with_embedded_io_0_6", "with_embedded_io_async_0_6"] }
std
with_serde_cbor = serde, serde_cbor
with_minicbor = minicbor
with_minicbor_0_19 = minicbor_0_19
with_minicbor_0_24 = minicbor_0_24
with_minicbor_0_25 = minicbor_0_25
with_ciborium = ciborium-io
with_embedded_io_0_4
with_embedded_io_0_6 = embedded_io_0_6
with_embedded_io_async_0_6 = embedded_io_0_6, embedded_io_async_0_6

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.

serde_cbor with_serde_cbor?
serde with_serde_cbor?
minicbor with_minicbor?

Enables minicbor >=0.12, <0.16

minicbor_0_19 with_minicbor_0_19?

Enables minicbor ^0.19

minicbor_0_24 with_minicbor_0_24?

Enables minicbor ^0.24.4

minicbor_0_25 with_minicbor_0_25?

Enables minicbor

ciborium-io with_ciborium?
embedded_io_0_6 with_embedded_io_0_6? with_embedded_io_async_0_6?

Enables embedded-io

embedded_io_async_0_6 with_embedded_io_async_0_6?

Enables embedded-io-async