# 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" version = "1.16.1" authors = ["HQS Quantum Simulations "] build = "build.rs" include = [ "src*", "build.rs", "qoqo*", "LICENSE", "README.md", "pyproject.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Quantum computing circuit toolkit. Python interface of roqoqo" homepage = "https://github.com/HQSquantumsimulations/qoqo" documentation = "https://docs.rs/qoqo/" readme = "README.md" categories = [ "science", "simulation", "development-tools::ffi", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo" [package.metadata.docs.rs] no-default-features = true [lib] name = "qoqo" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" doctest = false [dependencies.bincode] version = "1.3" [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.numpy] version = "0.21" [dependencies.pyo3] version = "0.21" features = [ "num-complex", "multiple-pymethods", ] [dependencies.qoqo-macros] version = "~1.16" [dependencies.qoqo_calculator] version = "~1.2" [dependencies.qoqo_calculator_pyo3] version = "~1.2" default-features = false [dependencies.roqoqo] version = "~1.16" features = [ "serialize", "overrotate", ] [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.struqture] version = "~1.9" [dependencies.struqture-py] version = "~1.9" features = ["unstable_struqture_2_import"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.nalgebra] version = "0.33.1" [dev-dependencies.test-case] version = "3.0" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.pyo3] version = "0.21" [build-dependencies.pyo3-build-config] version = "0.21" [build-dependencies.quote] version = "1.0" [build-dependencies.regex] version = "1.10" [build-dependencies.syn] version = "2.0" features = [ "full", "visit", ] [features] circuitdag = ["roqoqo/circuitdag"] default = [ "extension-module", "json_schema", ] doc_generator = [] extension-module = [ "pyo3/extension-module", "circuitdag", ] json_schema = ["roqoqo/json_schema"] unstable_analog_operations = ["roqoqo/unstable_analog_operations"] unstable_chain_with_environment = [ "roqoqo/unstable_chain_with_environment", "qoqo-macros/unstable_chain_with_environment", ] unstable_operation_definition = ["roqoqo/unstable_operation_definition"]