[package] name = "chull" version = "0.2.4" authors = ["daidanretsu"] description = "Convex hull approximation" keywords = ["convex", "hull", "geo"] edition = "2018" license = "MIT/Apache-2.0" repository ="https://github.com/daidanretsu/chull" documentation = "https://docs.rs/chull/" readme = "README.md" [dependencies] num-traits = "0.2" num-bigint = "0.3.0"