Cargo Features
jean has no features set by default.
[dependencies]
jean = { version = "0.1.0", features = ["alignment", "blosum", "io"] }
- alignment = jean_alignment
- blosum = jean_blosum
- io = jean_io
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.
- jean_alignment alignment?
-
Affects
jean::alignment
… - jean_blosum blosum?
-
Affects
jean::blosum
… - jean_io io?
-
Affects
jean::io
…