Cargo Features
[dependencies]
titlefmt = { version = "0.4.0", default-features = false, features = ["metadata_libs", "titlefmtr", "unicode-normalization"] }
- default = unicode-normalization
-
The
unicode-normalization
feature is set by default whenevertitlefmt
is added without
somewhere in the dependency tree.default-features = false - metadata_libs titlefmtr? = id3, metaflac
- titlefmtr = metadata_libs
-
Required by the titlefmtr binary
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.
- id3 metadata_libs?
-
Enables id3 ^0.3.0
- metaflac metadata_libs?
-
Enables metaflac ^0.1.8
- unicode-normalization default
-
Affects
string::ascii
…