# 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 = "sgpe" version = "1.0.0" authors = ["Jack Griffiths "] description = "Numerical solution of the stochastic Grossā€“Pitaevskii equation (SGPE) in Rust." homepage = "https://jackg.co" readme = "README.md" keywords = [ "sgpe", "physics", "BEC", "runge-kutta", ] categories = [ "science", "algorithms", ] license = "MIT" repository = "https://github.com/0jg/sgpe-rs" [dependencies.assert_approx_eq] version = "1.1" [dependencies.itertools] version = "0.11.0" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-linalg] version = "0.16.0" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.num] version = "0.4.0" [dependencies.num-complex] version = "0.4.3" [dependencies.num-traits] version = "0.2.15" [dependencies.plotters] version = "0.3.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.7.0" [dependencies.rustfft] version = "6.1.0"