# 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 = "ising" version = "0.2.3" authors = ["Mo Bitar "] description = "Ising simulation and algorithms" readme = "README.md" keywords = [ "Ising", "Wolff", "Metropolis", ] categories = [ "science", "simulation", ] license = "AGPL-3.0" repository = "https://codeberg.org/mo8it/ising-gui" [dependencies.rand] version = "0.8.5" features = [ "std", "small_rng", ] default-features = false