# 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 = "2021" name = "pb-imgsize" version = "0.2.5" authors = ["Pete Bevin "] description = "A Rust library to detect the dimensions of PNG and JPEG images." readme = "README.md" keywords = [ "image", "png", "jpeg", ] license = "MIT" repository = "https://github.com/pbevin/imgsize" [dependencies.crc32fast] version = "1.3.2" [dependencies.memchr] version = "2.5.0" [dev-dependencies.assert_matches] version = "1.5.0"