Cargo Features

[dependencies]
vecmat = { version = "0.7.8", default-features = false, features = ["std", "rand"] }
default = approx, rand, std

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

std default

Enables std of approx, num-complex, num-integer, num-traits, and rand

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

rand default = rand_

Enables rand of num-complex

Affects vecmat::distr

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.

approx default std
rand_ rand std

Enables rand