[package] name = "sketchrs" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] argmin = { version = "0.5.1", features = ["nalgebra"] } eframe = { version = "0.18.0", features = [] } indexmap = "1.8.1" levenberg-marquardt = "0.12.0" nalgebra = "0.30.1" nalgebra-sparse = "0.6.0" nohash-hasher = "0.2.0" [dev-dependencies] criterion = "0.3.5"