# 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_lib" version = "1.0.0" authors = ["dcxSt "] include = ["Cargo.toml", "src/lattice2d.rs", "src/measurement.rs", "src/monte_carlo_measurement.rs", "src/lib.rs", "tests/integration_tests.rs", "benches/lattice2d_benchmarks.rs"] description = "Ising model simulation on lattices and graphs." readme = "README.md" keywords = ["ising", "physics", "simulation", "graph", "lattice"] categories = ["science", "simulation"] license = "MIT" repository = "https://github.com/micouy/ising_lib" resolver = "2" [[bench]] name = "lattice2d_benchmarks" harness = false [dependencies.ndarray] version = "0.15.4" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.3.5" [badges.travis-ci] repository = "micouy/ising_lib"