# 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" rust-version = "1.70" name = "quest-sys" version = "0.14.5" authors = ["HQS Quantum Simulations "] build = "build.rs" include = [ "src*", "QuEST*", "build.rs", "Cargo.toml", "wrapper.h", "LICENSE", "MIT_LICENSE", "BSD_LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the QuEST quantum computer simulator C library" homepage = "https://github.com/HQSquantumsimulations/qoqo-quest" documentation = "https://docs.rs/quest-sys/" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0 AND MIT AND BSD-3-Clause" repository = "https://github.com/HQSquantumsimulations/qoqo-quest" [lib] name = "quest_sys" path = "src/lib.rs" doctest = false [dependencies.openmp-sys] version = "~1.2.0" features = ["static"] optional = true [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cc] version = "1.0" [features] cuda = [] cuquantum = [] default = [] openmp = ["openmp-sys"] rebuild = ["bindgen"]