[dependencies.rand]
optional = true
version = "0.8"
[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"
[features]
serialize = ["serde"]
std = []
[lib]
name = "coord_2d"
path = "src/lib.rs"
[package]
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A general purpose 2d coordinate"
documentation = "https://docs.rs/coord_2d"
edition = "2021"
homepage = "https://github.com/gridbugs/coord-2d.git"
license = "MIT"
name = "coord_2d"
readme = "README.md"
repository = "https://github.com/gridbugs/coord-2d.git"
version = "0.3.7"