# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.48.0" name = "new_mime_guess" version = "4.0.4" authors = [ "Austin Bonander ", "Lynnesbian ", ] build = "build.rs" exclude = ["*.sh"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple crate for associating MIME types to file extensions." documentation = "https://docs.rs/new_mime_guess/" readme = "README.md" keywords = [ "mime", "filesystem", "extension", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/Lynnesbian/mime_guess" [package.metadata] msrv = "1.48.0" [lib] name = "new_mime_guess" path = "src/lib.rs" [[example]] name = "rev_map" path = "examples/rev_map.rs" required-features = ["rev-mappings"] [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.mime] version = "0.3.16" [dependencies.phf] version = "~0.10.1" features = ["unicase"] optional = true [dependencies.unicase] version = "2.6.0" [dev-dependencies.criterion] version = "0.3.5" [build-dependencies.phf_codegen] version = "~0.10.0" optional = true [build-dependencies.unicase] version = "2.6.0" [features] default = ["rev-mappings"] phf-map = [ "phf", "phf_codegen", ] rev-mappings = []