line_2d 0.2.1

Bresenham's line algorithm as a rust iterator
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 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 = "line_2d"
version = "0.2.1"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
description = "Bresenham's line algorithm as a rust iterator"
homepage = "https://github.com/stevebob/line-2d.git"
documentation = "https://docs.rs/line_2d"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stevebob/line-2d.git"
[dependencies.coord_2d]
version = "0.2"

[dependencies.direction]
version = "0.17"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]
optional = true
[dev-dependencies.grid_2d]
version = "0.13"

[dev-dependencies.rand]
version = "0.7"

[features]
serialize = ["serde", "coord_2d/serialize"]