# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rs_isl" version = "0.2.0" authors = ["Konrad Karalus "] build = false exclude = [ "doc", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "2-dimensional generic Iterative Stencil Loops" readme = "README.md" keywords = [ "ISL", "Stencil", "Loop", "Simulation", ] categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/KonradKaralus/rs_isl" [lib] name = "rs_isl" path = "src/lib.rs" [[example]] name = "left_to_right_wave" path = "examples/left_to_right_wave.rs" [[example]] name = "two_waves" path = "examples/two_waves.rs" [[test]] name = "errors" path = "tests/errors.rs" [dependencies.parking_lot] version = "0.12.3" features = ["hardware-lock-elision"] [dependencies.vtkio] version = "0.6.3"