Cargo Features

[dependencies]
hadris = { version = "0.0.1", default-features = false, features = ["iso9660"] }
default = iso9660

The iso9660 feature is set by default whenever hadris is added without default-features = false somewhere in the dependency tree.

iso9660 default = hadris-iso

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.

TODO: Support more file formats

hadris-iso iso9660

Enables hadris-iso ^0.0.1