mime_guess 2.0.0-alpha.6

A simple crate for detection of a file's MIME type by its extension.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mime_guess"
version = "2.0.0-alpha.6"
authors = ["Austin Bonander <austin.bonander@gmail.com>"]
description = "A simple crate for detection of a file's MIME type by its extension."
documentation = "https://docs.rs/mime_guess/"
keywords = ["mime", "filesystem", "extension"]
license = "MIT"
repository = "https://github.com/abonander/mime_guess"
[dependencies.mime]
version = "0.3"

[dependencies.phf]
version = "0.7"
features = ["unicase"]

[dependencies.unicase]
version = "1.1"
[build-dependencies.phf_codegen]
version = "0.7"

[build-dependencies.unicase]
version = "1.1"

[features]
bench = []