lammps-sys 0.6.0

Generates bindings to LAMMPS' C interface (with optional builds from source)
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]
name = "lammps-sys"
version = "0.6.0"
authors = ["Michael Lamparski <diagonaldevice@gmail.com>"]
build = "build/main.rs"
links = "lammps"
exclude = ["/lammps/lib/kokkos/core/src/eti/ROCm/*", "/lammps/examples/*", "/lammps/bench/*", "/lammps/doc/src/*", "/lammps/doc/utils/*", "/lammps/lib/kokkos/doc*", "/lammps/lib/qmmm/example-*/*", "/lammps/tools/*", "/lammps/python/examples/*", "/lammps/potentials/*"]
description = "Generates bindings to LAMMPS' C interface (with optional builds from source)"
readme = "README.md"
keywords = ["ffi", "physics", "molecular-dynamics", "materials"]
categories = ["science"]
license = "GPL-3.0"
repository = "https://github.com/ExpHP/lammps-sys"
[dependencies.mpi-sys]
version = "0.1.2"
optional = true
[build-dependencies.bindgen]
version = "0.31.3"

[build-dependencies.cmake]
version = "0.1.33"

[build-dependencies.extension-trait]
version = "0.1.2"

[build-dependencies.path_abs]
version = "0.3.16"
default-features = false

[build-dependencies.pkg-config]
version = "0.3.14"

[build-dependencies.walkdir]
version = "2.1.4"

[features]
default = []
exceptions = []
mpi = ["mpi-sys"]
package-asphere = []
package-body = []
package-class2 = []
package-colloid = []
package-compress = []
package-coreshell = []
package-dipole = []
package-gpu = []
package-granular = []
package-kim = []
package-kokkos = []
package-kspace = []
package-latte = []
package-manybody = []
package-mc = []
package-meam = []
package-misc = []
package-molecule = []
package-mpiio = []
package-mscg = []
package-opt = []
package-peri = []
package-poems = []
package-python = []
package-qeq = []
package-reax = []
package-replica = []
package-rigid = []
package-shock = []
package-snap = []
package-srd = []
package-user-atc = []
package-user-awpmd = []
package-user-bocs = []
package-user-cgdna = []
package-user-cgsdk = []
package-user-colvars = []
package-user-diffraction = []
package-user-dpd = []
package-user-drude = []
package-user-eff = []
package-user-fep = []
package-user-h5md = []
package-user-intel = []
package-user-lb = []
package-user-manifold = []
package-user-meamc = []
package-user-meso = []
package-user-mgpt = []
package-user-misc = []
package-user-mofff = []
package-user-molfile = []
package-user-netcdf = []
package-user-omp = []
package-user-phonon = []
package-user-qmmm = []
package-user-qtb = []
package-user-quip = []
package-user-reaxc = []
package-user-smd = []
package-user-smtbq = []
package-user-sph = []
package-user-tally = []
package-user-uef = []
package-user-vtk = []
package-voronoi = []
user-misc = ["package-user-misc"]
user-omp = ["package-user-omp"]