ising_lib 0.2.0

Tools for simulating Ising model.
Documentation
# 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 = "ising_lib"
version = "0.2.0"
authors = ["micouy <szpontaniczny@gmail.com>"]
description = "Tools for simulating Ising model."
readme = "README.md"
keywords = ["ising", "physics", "simulation"]
categories = ["science", "simulation"]
license = "MIT"
repository = "https://github.com/micouy/ising_lib"

[[bench]]
name = "lattice"
harness = false
[dependencies.ndarray]
version = "^0.12"

[dependencies.rand]
version = "^0.6"
[dev-dependencies.chrono]
version = "^0.4"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.pbr]
version = "^1.0"

[dev-dependencies.pretty_assertions]
version = "^0.6"

[dev-dependencies.rayon]
version = "^1.0"
[badges.travis-ci]
repository = "micouy/ising_lib"