# 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 = "2018" name = "mime_classifier" version = "0.0.1" authors = [ "The Servo Project Developers", "Charles Samborski (https://demurgos.net)", ] description = "Servo's MIME Classifier / Media Type sniffer as a Rust library" readme = "./README.md" keywords = [ "mime", "media-type", "classifier", "sniffer", "guesser", ] license = "MPL-2.0" repository = "https://github.com/demurgos/mime_classifier" [dependencies.mime] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"]