# 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 = "flow2d_rs" version = "0.1.0" exclude = ["img/*"] description = "A computational fluid dynamics (CFD) library" homepage = "https://github.com/1n0r1/flow2d-rs" readme = "README.md" keywords = [ "physics", "cfd", "fluid", ] categories = [ "science", "simulation", "aerospace::simulation", ] license = "MIT" repository = "https://github.com/1n0r1/flow2d-rs" [profile.dev] opt-level = 3 [dependencies.rayon] version = "1.8" [dev-dependencies.iced] version = "0.10" features = [ "canvas", "tokio", ] [dev-dependencies.plotters] version = "0.3.3"