imgref-iter 0.4.0

A small crate for iterating over the rows or columns of `imgref` buffers
Documentation
# 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"
rust-version = "1.63"
name = "imgref-iter"
version = "0.4.0"
authors = ["LoganDark"]
exclude = [".idea"]
description = "A small crate for iterating over the rows or columns of `imgref` buffers"
documentation = "https://docs.rs/imgref-iter"
readme = "README.md"
keywords = [
    "imgref",
    "iter",
    "row",
    "col",
    "column",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/LoganDark/imgref-iter"
resolver = "2"

[dependencies.imgref]
version = "^1.9.2"

[features]
simd = []