# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spherro" version = "0.2.1" authors = ["Karthik Karanth "] description = "A SPH fluid simulator" readme = "README.md" license = "MIT" repository = "https://github.com/medakk/spherro" [profile.release] debug = true [lib] crate-type = ["cdylib", "rlib"] [[bin]] name = "spherro-bin" path = "src/bin.rs" [[bin]] name = "playground" path = "src/playground.rs" [[bench]] name = "solver" harness = false [dependencies.cgmath] version = "0.17.0" [dependencies.console_error_panic_hook] version = "0.1.1" optional = true [dependencies.itertools] version = "0.8.0" [dependencies.rand] version = "0.7.0" features = ["wasm-bindgen"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console"] [dependencies.wee_alloc] version = "0.4.2" optional = true [dev-dependencies.criterion] version = "0.2.11" [dev-dependencies.wasm-bindgen-test] version = "0.2" [features] default = ["console_error_panic_hook"] [target."cfg(not(target_arch=\"wasm32\"))".dependencies.kiss3d] version = "0.20.1" [target."cfg(not(target_arch=\"wasm32\"))".dependencies.nalgebra] version = "0.18.0"