Cargo Features

[dependencies]
somen = { version = "0.3.1", default-features = false, features = ["std", "alloc", "nightly"] }
default = std

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

std default = alloc, futures-io

Enables std of futures-core

Affects builder::from_reader

alloc std

Enables alloc of futures-core

Affects iterable::IterableParserExt.boxed, parser::token, parser::not, parser::ParserExt.boxed, builder::StreamBuilder.buffered_rewind, builder::StreamBuilder.record_to_vec, builder::StreamBuilder.record_to_extend, stream::record

nightly

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.

futures-io std