Cargo Features
[dependencies]
star-catalog = { version = "0.0.8", default-features = false, features = ["image", "csv", "postcard", "hipp_bright"] }
- default = postcard
-
The
postcard
feature is set by default wheneverstar-catalog
is added without
somewhere in the dependency tree.default-features = false - image
-
Enables image
- csv
-
Enables csv
Affects
hipparcos::read_to_catalog
… - postcard default
-
Enables postcard
- hipp_bright
-
Enables postcard
Affects
hipparcos::HIPP_BRIGHT_PST
…