# 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 = "mvmm_hydro" version = "0.1.0" authors = ["Yolan Uyttenhove"] exclude = [ "run", "python", ] description = "A moving mesh hydrodynamics (CFD) solver prioritizing flexibility over raw performance." documentation = "https://docs.rs/mvmm_hydro" readme = "README.md" keywords = [ "voronoi", "hydrodynamics", "CFD", "physics", ] categories = [ "simulation", "science", "mathematics", ] license = "LGPL-3.0+" repository = "https://github.com/yuyttenhove/hydro_rs" [[bin]] name = "mvmm-hydro-bin" path = "src/bin/main.rs" required-features = ["bin"] [dependencies.clap] version = "3.2" features = ["derive"] optional = true [dependencies.glam] version = "0.27" [dependencies.hdf5] version = "0.8.1" [dependencies.meshless_voronoi] version = "0.6.1" features = [ "rayon", "rug", ] default-features = false [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10" [dependencies.rstar] version = "0.10" [dependencies.yaml-rust] version = "0.4" optional = true [dev-dependencies.float-cmp] version = "0.9" [features] bin = [ "yaml-rust", "clap", ]