[package] name = "points" version = "0.1.4" edition = "2021" description = "Data structure for representing a pair of coordinates of integer and float types" authors = ["Julio C. B. Gardona "] readme = "README.md" repository = "https://github.com/jgardona/points" license = "MIT" keywords = ["math", "point2d", "vector", "linear-algebra"] categories = ["mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies]