diff --git a/Cargo.toml b/Cargo.toml index 177f977..2617d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ default = [ ] # Formats -taglib_extractor = ["dep:taglib"] +taglib_extractor = ["dep:taglib"] # requires taglib's development headers & pkg-config installed, not enabled by default but Highly recommended for more supported file formats & faster than the ffprobe fallback flac_extractor = ["dep:metaflac"] mp3_extractor = ["dep:id3"] ffprobe_extractor = [] # If to allow using ffmpeg/ffprobe as a fallback tag extractor