# 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] name = "mime2ext" version = "0.1.53" authors = ["Jan Verbeek "] build = false exclude = [ "mime-db/**", "!mime-db/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Given a mimetype, suggest a file extension" documentation = "https://docs.rs/mime2ext" readme = "README.md" keywords = [ "mime", "extension", "media-types", "filesystem", "no_std", ] categories = [ "filesystem", "web-programming", ] license = "MIT" repository = "https://github.com/blyxxyz/mime2ext" [lib] name = "mime2ext" path = "src/lib.rs"