[package] name = "lsap" version = "1.0.2" edition = "2021" description = "Solving linear sum assignment problem using JV algorithm as in Scipy" repository = "https://github.com/binh-vu/lsap/" license-file = "LICENSE" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] approx = "0.5.1" ndarray = "0.15.6" [dependencies] derive_more = "0.99.17"