# 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 = "mime-db" version = "1.7.0" authors = ["Fangdun Cai "] build = false include = [ "CHANGES.md", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "src/*.rs", ] description = "Media Type Database, looks up `extension` or `media type`." readme = "README.md" keywords = [ "mime", "media-extensions", "media-types", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/viz-rs/mime-db" [build-dependencies.reqwest] version = "0.11" features = ["json"] [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.tokio] version = "1" features = [ "macros", "rt", ]