Cargo Features

[dependencies]
fastobo = { version = "0.15.2", default-features = false, features = ["threading", "memchr", "smartstring"] }
default = memchr, smartstring, threading

These default features are set whenever fastobo is added without default-features = false somewhere in the dependency tree.

threading default = crossbeam-channel, lazy_static, num_cpus

Affects error::ThreadingError, parser::DefaultParser

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.

memchr default
num_cpus threading
lazy_static threading
crossbeam-channel threading
smartstring default