1[package]
2name = "imagesize"
3version = "0.12.0"
4authors = ["Maid Dog <maiddogsrl@gmail.com>"]
5edition = "2018"
6description = "Quick probing of image dimensions without loading the entire file."
7documentation = "https://docs.rs/imagesize"
8repository = "https://github.com/Roughsketch/imagesize"
9readme = "README.md"
10keywords = ["image", "size"]
11categories = ["multimedia", "multimedia::images"]
12license = "MIT"
13exclude = ["tests/*"]
14
15[dependencies]
16
17[dev-dependencies]
18criterion = { version = "0.4", features = ["html_reports"] }
19walkdir = "2.3.3"
20
21[[bench]]
22name = "parse_benchmark"
23harness = false