# 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 = "qoqo-quest" version = "0.14.5" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "qoqo_quest", "LICENSE", "pyproject.toml", "README.md", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "QuEST simulator backend for qoqo quantum computing toolkit" homepage = "https://github.com/HQSquantumsimulations/qoqo_quest" documentation = "https://docs.rs/qoqo_quest/" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_quest" [lib] name = "qoqo_quest" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" doctest = false [dependencies.bincode] version = "1.3" [dependencies.pyo3] version = "0.21" features = ["num-complex"] [dependencies.qoqo] version = "~1.16.0" default-features = false [dependencies.roqoqo] version = "~1.16.0" [dependencies.roqoqo-quest] version = "~0.14.5" default-features = false [dependencies.serde_json] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "3.0" [build-dependencies.pyo3] version = "0.21" [build-dependencies.pyo3-build-config] version = "0.21" [features] cuda = ["roqoqo-quest/cuda"] cuquantum = ["roqoqo-quest/cuquantum"] default = ["extension-module"] extension-module = ["pyo3/extension-module"] openmp = ["roqoqo-quest/openmp"]