# 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 = "roqoqo-quest" version = "0.14.5" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "LICENSE", "README.md", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "QuEST simulator for the 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 = "roqoqo_quest" path = "src/lib.rs" doctest = false [dependencies.async-trait] version = "0.1" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.qoqo_calculator] version = "~1.2" [dependencies.quest-sys] version = "~0.14.5" default-features = false [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" optional = true [dependencies.roqoqo] version = "~1.16.0" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rusty-fork] version = "0.3.0" [dev-dependencies.test-case] version = "3.0" [features] async = [ "async-trait", "roqoqo/async", "futures", ] cuda = ["quest-sys/cuda"] cuquantum = ["quest-sys/cuquantum"] default = [] openmp = ["quest-sys/openmp"] parallelization = ["rayon"]