[[bench]]
harness = false
name = "parse_benchmark"
path = "benches/parse_benchmark.rs"
[dependencies]
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.walkdir]
version = "2.3"
[lib]
name = "imagesize"
path = "src/lib.rs"
[package]
authors = ["Maid Dog <maiddogsrl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["multimedia", "multimedia::images"]
description = "Quick probing of image dimensions without loading the entire file."
documentation = "https://docs.rs/imagesize"
edition = "2021"
exclude = ["tests/*"]
keywords = ["dimensions", "image", "metadata", "size"]
license = "MIT"
name = "imagesize"
readme = "README.md"
repository = "https://github.com/Roughsketch/imagesize"
version = "0.13.0"