# 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 = "2021" name = "mime_more" version = "0.1.7" include = [ "**/*.rs", "Cargo.toml", ] description = "A library for better MIME function integrations." documentation = "https://docs.rs/mime_more/" readme = "README.md" license = "MIT" repository = "https://github.com/7086cmd/mime_more.git" [[bench]] name = "function_benchmark" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" optional = true [dependencies.infer] version = "0.16.0" optional = true [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2.0.5" optional = true [dependencies.phf] version = "0.11.2" features = [ "macros", "phf_macros", ] [dependencies.urlencoding] version = "2.1.3" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] dataurl = [ "extension-light", "magic", "texture", "base64", "urlencoding", ] default = ["extension-light"] extension = ["mime_guess"] extension-light = [] magic = ["infer"] texture = []