# 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 = "deno_media_type" version = "0.1.4" authors = ["the Deno authors"] description = "Media type used in Deno" homepage = "https://deno.land/" documentation = "https://docs.rs/deno_media_type" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_media_type" [package.metadata.docs.rs] all-features = true [dependencies.data-url] version = "0.3.0" optional = true [dependencies.serde] version = "1.0.130" features = [ "derive", "rc", ] [dependencies.url] version = "2.3.1" optional = true [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0.67" features = ["preserve_order"] [features] default = ["module_specifier"] module_specifier = [ "data-url", "url", ]