[package] name = "rs_isl" version = "0.2.0" license = "MIT OR Apache-2.0" authors = ["Konrad Karalus "] description = "2-dimensional generic Iterative Stencil Loops" repository = "https://github.com/KonradKaralus/rs_isl" keywords = ["ISL", "Stencil", "Loop", "Simulation"] categories = ["simulation"] edition = "2021" exclude = [ "doc", "README.md" ] [dependencies] parking_lot = { version = "0.12.3", features = ["hardware-lock-elision"] } vtkio = "0.6.3" [lib] name = "rs_isl" path = "src/lib.rs"