Cargo Features

inpm has no features set by default.

[dependencies]
inpm = { version = "0.2.0", features = ["warp", "embed"] }
warp = mime_guess, warpd

Affects inpm::warp

embed

Enables embed of inpm-impl

Affects file::File

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.

warpd warp?

Enables warp ^0.2

mime_guess warp?