rect-iter 0.0.1

Iterator for 2D rectangle areas
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rect-iter"
version = "0.0.1"
authors = ["kngwyu <yuji.kngw.80s.revive@gmail.com>"]
description = "Iterator for 2D rectangle areas"
homepage = "https://github.com/kngwyu/rect-iter"
readme = "README.md"
keywords = ["geometry", "utility", "iterator"]
license = "MIT"
repository = "https://github.com/kngwyu/rect-iter"
[package.metadata.docs.rs]
all-features = true
[dependencies.euclid]
version = "0.17"
optional = true

[dependencies.image]
version = "0.18"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]
optional = true

[dependencies.tuple-map]
version = "0.3.0"

[features]
default = ["euclid"]