Cargo Features

mwalib has no features set by default.

[dependencies]
mwalib = { version = "1.3.2", features = ["cfitsio-static", "examples", "python"] }
cfitsio-static

Compile cfitsio from source and link it statically.

Enables fitsio-src of fitsio-sys ^0.4.0

examples = anyhow, clap, env_logger

Enable optional features needed by examples.

python = ndarray, numpy, pyo3

Enable python

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.

pyo3 python?

Enables pyo3 ^0.20.0

"python" feature.

numpy python?

Enables numpy ^0.20.0

ndarray python?
anyhow examples?

Enables anyhow

"examples" feature.

clap examples?

Enables clap ^3.0.0

env_logger examples?

Enables env_logger ~0.9.0