# 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 = "openmm-sys" version = "7.4.1" authors = ["Andrei Leonard Nicusan "] build = "build.rs" links = "OpenMM" exclude = ["openmm/wrappers/python"] description = "Rust bindings for the OpenMM toolkit for molecular simulation using high performance GPU code." readme = "README.md" keywords = ["simulation", "molecular-dynamics", "molecular-simulation"] categories = ["external-ffi-bindings", "science", "simulation"] license = "MIT" repository = "https://github.com/uob-positron-imaging-centre/openmm-rust" [profile.dev] opt-level = 3 lto = "thin" codegen-units = 16 debug = false debug-assertions = false rpath = true panic = "abort" overflow-checks = false incremental = true [profile.release] opt-level = 3 lto = "thin" codegen-units = 16 debug = false debug-assertions = false rpath = true panic = "abort" overflow-checks = false incremental = true [lib] name = "openmm_sys" path = "src/lib.rs" [build-dependencies.cmake] version = "0.1" [features] amoeba = [] c-and-fortran-wrappers = [] cpu = [] cuda = [] drude = [] examples = [] generate-api-docs = [] minimal = [] no-default = [] opencl = [] pme = [] rpmd = [] shared-lib = [] static-lib = []