# 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 = "Dzahui" version = "0.2.0" default-run = "main" description = "CFD Library for real-time simulation" homepage = "https://github.com/Arthur-phys/Dzahui" documentation = "https://arthur-phys.github.io/dzahui_documentation/dzahui/" readme = "README.md" license = "MIT" repository = "https://github.com/Arthur-phys/Dzahui" [lib] name = "dzahui" path = "src/lib/mod.rs" [dependencies.cgmath] version = "0.18.0" [dependencies.chrono] version = "0.4.23" [dependencies.gl] version = "0.6.0" [dependencies.glutin] version = "0.28.0" [dependencies.image] version = "0.24.2" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.ndarray] version = "0.15.6" [dependencies.num] version = "0.4.0" [dependencies.regex] version = "1.7.0"