[package] name = "simple-geom" description = "Rust Library with simple plane geometry" version = "0.1.1" edition = "2021" authors = ["Eugene Krokhalev "] license-file = "LICENSE" repository = "https://github.com/heni/simple-geom/" keywords = ["geometry", "polygons", "plane"] readme = "README.md" [dev-dependencies] float-cmp = "0.9.0"