# 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 = "revolt_imghdr" version = "0.7.0" authors = ["svartalf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library that determines the type of image contained in a file or byte stream." readme = "README.md" keywords = [ "image", "gif", "jpeg", "png", "webp", ] categories = ["multimedia::images"] license = "Apache-2.0 OR MIT" repository = "https://github.com/revoltchat/rust-imghdr" [lib] name = "revolt_imghdr" path = "src/lib.rs" [[example]] name = "what" path = "examples/what.rs" required-features = ["std"] [[test]] name = "mod" path = "tests/mod.rs" [[bench]] name = "images" path = "benches/images.rs" harness = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.2" [features] default = ["std"] std = [] [badges.maintenance] status = "passively-maintained"