tree_magic_mini 3.0.0

Determines the MIME type of a file by traversing a filetype tree.
Documentation
[[bench]]
harness = false
name = "from_u8"

[[bench]]
harness = false
name = "match_u8"
[dependencies.fnv]
version = "^1"

[dependencies.lazy_static]
version = "^1.4"

[dependencies.nom]
version = "6.0"

[dependencies.once_cell]
version = "^1"

[dependencies.petgraph]
version = "^0.5"

[dependencies.tree_magic_db]
optional = true
version = "3"
[dev-dependencies.bencher]
version = "^0.1"

[features]
with-gpl-data = ["tree_magic_db"]

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

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