# 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" rust-version = "1.61" name = "lattice-qcd-rs" version = "0.2.1" authors = ["AliƩnore Bouttefeux "] publish = true description = "Lattice QCD simulation" readme = "README.md" keywords = [ "QCD", "Lattice", "Monte-Carlo", "chromodynamics", ] categories = [ "Science", "Simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ABouttefeux/lattice-qcd-rs" resolver = "2" [profile.release] lto = true codegen-units = 1 [profile.test] opt-level = 2 [lib] crate-type = ["lib"] path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.approx] version = "0.5.1" [dependencies.crossbeam] version = "0.8.1" [dependencies.lattice_qcd_rs-procedural_macro] version = "0.2.1" [dependencies.nalgebra] version = "0.31.0" features = ["serde-serialize"] [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.version-sync] version = "0.9.4" [features] default = ["serde-serialize"] no-overflow-test = [] serde-serialize = [ "serde", "nalgebra/serde-serialize", ]