quest-sys 0.3.0

Bindings to the QuEST quantum computer simulator C library
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.59"

[build-dependencies.cmake]
features = []
version = "0.1"
[dependencies.openmp-sys]
features = ["static"]
optional = true
version = "1.2.0"

[features]
default = []
openmp = ["openmp-sys"]
rebuild = ["bindgen"]

[lib]
doctest = false
name = "quest_sys"
path = "src/lib.rs"

[package]
authors = ["HQS Quantum Simulations <info@quantumsimulations.de>"]
categories = ["science", "simulation"]
description = "Bindings to the QuEST quantum computer simulator C library"
documentation = "https://docs.rs/quest-sys/"
edition = "2021"
homepage = "https://github.com/HQSquantumsimulations/qoqo-quest"
include = ["src*", "QuEST*", "build.rs", "Cargo.toml", "wrapper.h", "LICENSE", "MIT_LICENSE", "BSD_LICENSE"]
license = "Apache-2.0"
name = "quest-sys"
readme = "../README.md"
repository = "https://github.com/HQSquantumsimulations/qoqo-quest"
rust-version = "1.56"
version = "0.3.0"