[package] name = "sphere-n-rs" version = "0.1.3" edition = "2021" description = "N-Sphere Code Generation in Rust" repository = "https://github.com/luk036/sphere-n-rs" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.16.1" lazy_static = "1.5.0" interp = "1.0.3" lds-rs = "0.1.4" cached = "0.53.1" # nd-triangulation = "0.3.4" # nalgebra = "0.32.6" # convex_hull = "0.2.3" # lds-rs = { git = "https://github.com/luk036/lds-rs" } [dev-dependencies] approx_eq = "0.1.8"