# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "media-type" version = "0.4.1-unstable" authors = ["Philipp Korber "] description = "impl for Media Types" documentation = "https://docs.rs/media-type" keywords = ["mime", "media-extensions", "media-types"] license = "MIT OR Apache-2.0" repository = "https://github.com/dac-gmbh/media-type" [[test]] name = "features" path = "tests/features.rs" required-features = ["expose-param-utils"] [dependencies.lut] version = "0.1.0-unstable" features = ["media-type-chars"] [dependencies.media-type-impl-utils] version = "0.3.0-unstable" [dependencies.percent-encoding] version = "1.0.0" [dependencies.quoted-string] version = "0.6" [features] expose-param-utils = [] inner-bench = [] [badges.maintenance] status = "as-is"