Cargo Features
[dependencies]
sonogram = { version = "0.7.1", default-features = false, features = ["build-binary", "hound", "png"] }
- default = hound, png
-
These default features are set whenever
sonogram
is added without
somewhere in the dependency tree.default-features = false - build-binary = clap
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.
- hound default
- clap build-binary?
-
Enables clap ^3.0.14
- png default
-
Enables png ^0.14