Cargo Features

cs-utils has no features set by default.

[dependencies]
cs-utils = { version = "0.21.1", features = ["all", "async", "traits", "experimental", "test"] }
all = async, constants, experimental, test, traits
async all? = bytes, futures, serde, serde_json, thiserror, tokio, tokio-util

Affects utils::futures

traits all? = test
constants experimental all?
test all? traits?

Affects futures::test

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.

tokio async?

Enables tokio

< for async utils

tokio-util async?

Enables tokio-util ^0.6

futures async?
serde async?
serde_json async?
bytes async?
thiserror async?