зеркало из https://github.com/mozilla/gecko-dev.git
38 строки
1.1 KiB
TOML
38 строки
1.1 KiB
TOML
# 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 = "mime"
|
|
version = "0.2.6"
|
|
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
|
|
description = "Strongly Typed Mimes"
|
|
documentation = "http://hyperium.github.io/mime.rs"
|
|
keywords = ["mime", "media-extensions", "media-types"]
|
|
license = "MIT"
|
|
repository = "https://github.com/hyperium/mime.rs"
|
|
[dependencies.heapsize]
|
|
version = ">=0.2.0, <0.4"
|
|
optional = true
|
|
|
|
[dependencies.log]
|
|
version = "0.3"
|
|
|
|
[dependencies.serde]
|
|
version = ">=0.7, <0.9"
|
|
optional = true
|
|
[dev-dependencies.serde_json]
|
|
version = ">=0.7, <0.9"
|
|
|
|
[features]
|
|
heap_size = ["heapsize"]
|
|
nightly = []
|