# 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" rust-version = "1.66.0" name = "cfluid" version = "0.1.0" exclude = [ "/docs", "flake.nix", "flake.lock", "rust-toolchain.toml", ] description = "Terminal-based 2D fluid simulator" readme = "README.md" categories = [ "command-line-utilities", "graphics", ] license = "GPL-3.0-or-later" repository = "https://codeberg.org/yvt/cfluid" [profile.release] lto = true [dependencies.anyhow] version = "1.0.68" [dependencies.arrayvec] version = "0.7.2" [dependencies.bytemuck] version = "1.13.0" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.ctrlc] version = "3.2.4" features = ["termination"] [dependencies.glam] version = "0.22.0" features = [ "fast-math", "bytemuck", ] [dependencies.itertools] version = "0.10.5" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.realfft] version = "3.2.0" [dependencies.rustfft] version = "6.1.0" [dependencies.textwrap] version = "0.16.0" default-features = false [dependencies.transpose] version = "0.2.2" [build-dependencies.bluenoise] version = "0.2.1" [build-dependencies.hilbert_2d] version = "1.1.0" [build-dependencies.rand] version = "0.8.5"