blob: c08b58ea2a1d84edd63e70f29989146f714355eb [file] [log] [blame]
# 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 = "1.8.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.1, <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 = []