Cargo Features
[dependencies]
mwa_rust_core = { version = "0.2.0", default-features = false, features = ["erfa-static", "cfitsio-static", "all-static"] }
- default = mwalib
-
The
mwalib
feature is set by default whenevermwa_rust_core
is added without
somewhere in the dependency tree.default-features = false - erfa-static all-static?
-
Enables static of erfa-sys 0.1.*
- cfitsio-static all-static?
-
Enables cfitsio-static of mwalib
mwalib:
Compile cfitsio from source and link it statically.
- all-static = cfitsio-static, erfa-static
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.
- mwalib default cfitsio-static?