# 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 = "atomecs" version = "0.7.1" authors = ["Pi-sun <37469116+Pi-sun@users.noreply.github.com>", "ElliotB256 <7041164+ElliotB256@users.noreply.github.com>"] description = "An data-oriented simulation package for cold atom experiments." homepage = "https://github.com/TeamAtomECS/AtomECS" readme = "README.md" keywords = ["physics", "cold-atoms", "amop", "laser-cooling", "ecs"] license = "GPL-3.0-or-later" repository = "https://github.com/TeamAtomECS/AtomECS" [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = true debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.assert_approx_eq] version = "1.1.0" [dependencies.atomecs-derive] version = "0.1.0" [dependencies.byteorder] version = "1.3.2" [dependencies.csv] version = "1.1" [dependencies.hashbrown] version = "0.11.2" features = ["rayon"] [dependencies.multimap] version = "0.8.2" [dependencies.nalgebra] version = "0.29.0" features = ["serde-serialize"] [dependencies.rand] version = "0.8.3" [dependencies.rand_distr] version = "0.4.0" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_arrays] version = "0.1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8.9" [dependencies.specs] version = "0.17.0" features = ["rayon"] [dependencies.specs-derive] version = "0.4.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.gnuplot] version = "0.0.37"