tree_magic 0.2.1

Determines the MIME type of a file by traversing a filetype tree.
Documentation
[[bin]]
name = "tmagic"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.clap]
optional = true
version = "^2"

[dependencies.fnv]
version = "^1"

[dependencies.lazy_static]
version = "^0.2"

[dependencies.nom]
version = "^2"

[dependencies.num_cpus]
optional = true
version = "^1"

[dependencies.parking_lot]
version = "^0.4"

[dependencies.petgraph]
version = "^0.4"

[dependencies.scoped_threadpool]
optional = true
version = "^0.1"

[dependencies.tabwriter]
optional = true
version = "^1"

[dependencies.walkdir]
optional = true
version = "^1"

[features]
cli = ["clap", "tabwriter", "scoped_threadpool", "walkdir", "num_cpus"]
default = []
staticmime = []

[lib]
crate-type = ["lib"]
path = "src/lib.rs"

[package]
authors = ["A. Hancock <aahancoc@umich.edu>"]
description = "Determines the MIME type of a file by traversing a filetype tree."
documentation = "https://docs.rs/tree_magic/"
exclude = ["tests/*", "benches/*"]
keywords = ["mime", "filesystem", "media-types"]
license = "MIT"
name = "tree_magic"
readme = "README.md"
repository = "https://github.com/aahancoc/tree_magic/"
version = "0.2.1"