Cargo Features

gmt_dos-clients has no features set by default.

[dependencies]
gmt_dos-clients = { version = "4.2.0", features = ["noise", "nalgebra", "serde", "log", "matio-rs", "bincode"] }
noise = rand, rand_distr
nalgebra = num-traits

Enables nalgebra

serde

Enables serde

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.

rand noise?
rand_distr noise?
log implicit feature

Enables log

log:

A lightweight logging facade for Rust

matio-rs implicit feature

Enables matio-rs

matio-rs:

Rust wrapper to MATLAB MAT file I/O library

num-traits nalgebra?
bincode implicit feature