# 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] edition = "2018" name = "mime-detective" version = "1.0.0" authors = ["Sharad Chand "] description = "The `MimeDetective` spies for the magic number of a file or buffer and spits out strongly typed Mimes." homepage = "https://github.com/csharad/mime-detective" documentation = "https://docs.rs/mime-detective" license = "MIT" repository = "https://github.com/csharad/mime-detective" [dependencies.magic] version = "0.12.2" [dependencies.mime] version = "0.3.14"