media-type 0.4.0-unstable

impl for Media Types
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lazy_static"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"

[[package]]
name = "lut"
version = "0.1.0-unstable"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a04dbc086dbfbcb928e7a583f4f9fea096f9e4180c1764e86c28808759d3501c"
dependencies = [
 "lazy_static",
]

[[package]]
name = "media-type"
version = "0.4.0-unstable"
dependencies = [
 "lut",
 "media-type-impl-utils",
 "percent-encoding",
 "quoted-string",
]

[[package]]
name = "media-type-impl-utils"
version = "0.3.0-unstable"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e96b8e252b034dee7a8bf1ba66ddb507e96213976bd642fa3b66bcfdfcd232"
dependencies = [
 "lut",
 "percent-encoding",
 "quoted-string",
]

[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"

[[package]]
name = "quoted-string"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a206a30ce37189d1340e7da2ee0b4d65e342590af676541c23a4f3959ba272e"