# 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 = "crystal_packing" version = "0.6.0" authors = ["Malcolm Ramsay "] description = "Core library for packing shapes in an infinite crystal lattice." license = "MIT" [lib] bench = false [[bench]] name = "intersection" harness = false [dependencies.anyhow] version = "1.0" [dependencies.itertools] version = "~0.8.0" [dependencies.log] version = "~0.4.8" [dependencies.nalgebra] version = "~0.22.0" features = ["serde-serialize"] [dependencies.rand] version = "~0.7.0" [dependencies.rand_pcg] version = "0.2.0" [dependencies.serde] version = "~1.0.98" features = ["derive"] [dependencies.svg] version = "~0.8.0" [dev-dependencies.approx] version = "~0.3.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9"