media-types 0.2.0

Media Types and utility methods.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "charsets"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f149e0de20c1321fd50c2065bcdef8d0d52ba8c7254093b57dbbce1650e1e6d3"

[[package]]
name = "clippy"
version = "0.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9fedc66665851a43cc364e02f15ee239f7c470868796263cc7ee416576e530"
dependencies = [
 "unicode-normalization",
]

[[package]]
name = "media-types"
version = "0.2.0"
dependencies = [
 "charsets",
 "clippy",
]

[[package]]
name = "tinyvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
dependencies = [
 "tinyvec_macros",
]

[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"

[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
 "tinyvec",
]