# 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_calculator_pyo3" version = "1.3.1" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "qoqo_calculator_pyo3", "LICENSE", "pyproject.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Python interface to qoqo calculator, the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_calculator_pyo3" [lib] name = "qoqo_calculator_pyo3" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.num-complex] version = "0.4" [dependencies.pyo3] version = "0.22" features = ["num-complex"] [dependencies.qoqo_calculator] version = ">= 1.0.0" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [build-dependencies.pyo3] version = "0.22" [build-dependencies.pyo3-build-config] version = "0.22" [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"]