# 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 = "clue_oxide" version = "0.2.1" authors = ["Samuel M. Jahn "] exclude = [ "/.github/*", "examples/*", "assets/*", "manual/*", "pyclue/*", "CluE_Oxide_logo.*", ] description = "CluE Oxide (Cluster Evolution Oxide) is a spin dynamics simulation program for electron spin decoherence" documentation = "https://github.com/jahnsam/clue_oxide/blob/main/manual/CluE_Oxide.pdf" readme = "README.md" keywords = [ "quantum", "spin", "simulation", "CCE", "EPR", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/jahnsam/clue_oxide" [profile.dev] opt-level = 3 [dependencies.csv] version = "1.1" [dependencies.lebedev_laikov] version = "0.1.0" [dependencies.ndarray] version = "0.15.0" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.num-complex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4" [dependencies.rayon] version = "1.6.1" [dependencies.substring] version = "1.4" [target."cfg(unix)".dependencies.ndarray-linalg] version = "0.16" features = ["openblas-static"] [target."cfg(windows)".dependencies.ndarray-linalg] version = "0.16.0" features = ["intel-mkl"] [target."cfg(windows)".dev-dependencies.criterion] version = "0.3.0"