# 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" rust-version = "1.56.1" name = "mime_typed" version = "0.1.7" authors = ["Dmitrii Demenev "] include = [ "/Cargo.toml", "/LICENSE_APACHE", "/LICENSE_MIT", "/README.md", "/src/**", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "More types for `mime` crate" documentation = "https://docs.rs/mime_typed" readme = "README.md" keywords = [ "mime", "media-extensions", "media-types", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/mime_typed" resolver = "2" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.mime] version = "0.3" optional = true [dev-dependencies.mime] version = "0.3" [features] evcxr_support = [] mime_support = ["mime"]