Cargo Features

[dependencies]
needle-rs = { version = "0.1.5", default-features = false, features = ["video", "static-chromaprint", "static-ffmpeg", "static-ffmpeg-build", "static", "rayon"] }
default = rayon, static-chromaprint

These default features are set whenever needle-rs is added without default-features = false somewhere in the dependency tree.

video = blockhash, image

Affects needle-rs::video

static-chromaprint default static?

Enables static of chromaprint-rust

static-ffmpeg static?

Enables static of ffmpeg-next ^5

static-ffmpeg-build

Enables build of ffmpeg-next ^5

static = static-chromaprint, static-ffmpeg

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.

blockhash video?

Enables blockhash ^0.4.0

image video?

Enables image ^0.24

rayon default