Cargo Features

[dependencies]
sas = { version = "0.1.3", default-features = false, features = ["numa", "clap", "rayon", "serde"] }
default = numa, rayon

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

numa default = hwlocality, rand
clap = strum

Enables clap

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.

hwlocality numa
rand numa
rayon default
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

strum clap?