Cargo Features

tree_magic has no features set by default.

[dependencies]
tree_magic = { version = "0.2.3", 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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

tabwriter cli?
clap cli?

Enables clap ^2

scoped_threadpool cli?
walkdir cli?
num_cpus cli?