Cargo Features

[dependencies]
uniprot = { version = "0.7.0", default-features = false, features = ["url-links", "threading", "smartstring"] }
default = smartstring, threading

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

Affects online_information::OnlineInformation.links

threading default = crossbeam-channel, lazy_static, num_cpus

Affects parser::ThreadedParser, parser::Parser, producer::Producer, uniparc::ThreadedParser, uniprot::ThreadedParser, uniref::ThreadedParser

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.

crossbeam-channel threading
lazy_static threading
num_cpus threading
smartstring default

Affects common::ShortString

url url-links?