Cargo Features

tree_magic_fork has no features set by default.

[dependencies]
tree_magic_fork = { version = "0.2.2", features = ["cli", "staticmime"] }
cli = clap, num_cpus, scoped_threadpool, tabwriter, walkdir

Required by the tmagic binary

staticmime

Use &'static str for output insead of String. (disabled for now)

Affects basetype::init.get_supported, basetype::init.get_subclasses, builtin::init.get_supported, sys::init.get_subclasses, sys::init.get_supported

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.

tabwriter cli?
clap cli?

Enables clap ^2.33.0

scoped_threadpool cli?
walkdir cli?
num_cpus cli?