# 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 = "cppm-generator" version = "0.2.0" authors = ["Mikael Lund "] description = "Generates charged patchy particles by Monte Carlo sampling on a sphere" homepage = "https://github.com/mlund/cppm-generator" readme = "README.md" keywords = ["bio-colloids", "biophysics", "patchy-particles", "monte-carlo", "multipoles"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/mlund/cppm-generator" resolver = "2" [[bin]] name = "cppm-generator" path = "src/main.rs" [dependencies.approx] version = "0.5.1" [dependencies.average] version = "0.13.1" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.derive_builder] version = "0.11.2" [dependencies.indicatif] version = "0.16.2" [dependencies.itertools] version = "0.10.3" [dependencies.nalgebra] version = "0.30.1" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5"