Cargo Features
[dependencies]
somen = { version = "0.3.1", default-features = false, features = ["std", "alloc", "nightly"] }
- default = std
-
The
std
feature is set by default wheneversomen
is added without
somewhere in the dependency tree.default-features = false - 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.