Cargo Features

gmt_dos-clients has no features set by default.

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

Enables nalgebra ^0.32.6

serde

Enables serde

gif = ab_glyph, colorous, image, imageproc

Enables gif

Affects gmt_dos-clients::gif

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
colorous gif?
imageproc gif?
image gif?
ab_glyph gif?