# 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-qryd" version = "0.20.1" authors = ["HQS Quantum Simulations "] build = false include = [ "src/*", "qoqo_qryd/*", "README.md", "pyproject.toml", "Cargo.toml", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "QRyd backend for qoqo quantum computing toolkit" homepage = "https://github.com/HQSquantumsimulations/qoqo_qryd" documentation = "https://hqsquantumsimulations.github.io/qoqo_qryd/" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_qryd/" [lib] name = "qoqo_qryd" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" doctest = false [dependencies.bincode] version = "1.3" [dependencies.image] version = "0.25" [dependencies.ndarray] version = "0.15" [dependencies.numpy] version = "0.21" [dependencies.pyo3] version = "0.21" features = ["num-complex"] [dependencies.qoqo] version = "~1.16" default-features = false [dependencies.qoqo_calculator] version = "~1.2" [dependencies.qoqo_calculator_pyo3] version = "~1.2" default-features = false [dependencies.roqoqo] version = "~1.16" features = ["serialize"] [dependencies.roqoqo-qryd] version = "~0.20" features = ["web-api"] default-features = false [dependencies.serde_json] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "3.0" [dev-dependencies.tokio] version = "1.36" [dev-dependencies.wiremock] version = "0.6" [build-dependencies.pyo3] version = "0.21" [build-dependencies.pyo3-build-config] version = "0.21" [features] default = ["extension-module"] extension-module = [ "pyo3/extension-module", "simulator", "web-api", ] simulator = ["roqoqo-qryd/simulator"] web-api = ["roqoqo-qryd/web-api"]