Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / mime_guess / Cargo.toml
blobfc6f68d2a731fdc54204e8a2f8c45214d955cb76
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 name = "mime_guess"
14 version = "2.0.4"
15 authors = ["Austin Bonander <austin.bonander@gmail.com>"]
16 description = "A simple crate for detection of a file's MIME type by its extension."
17 documentation = "https://docs.rs/mime_guess/"
18 readme = "README.md"
19 keywords = ["mime", "filesystem", "extension"]
20 license = "MIT"
21 repository = "https://github.com/abonander/mime_guess"
23 [[example]]
24 name = "rev_map"
25 required-features = ["rev-mappings"]
27 [[bench]]
28 name = "benchmark"
29 harness = false
30 [dependencies.mime]
31 version = "0.3"
33 [dependencies.unicase]
34 version = "2.4.0"
35 [dev-dependencies.criterion]
36 version = "0.3"
37 [build-dependencies.unicase]
38 version = "2.4.0"
40 [features]
41 default = ["rev-mappings"]
42 rev-mappings = []