# 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 = "qollage" version = "0.4.2" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Visualization tool for qoqo quantum computing toolkit by HQS Quantum Simulations" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qollage" [lib] name = "qollage" path = "src/lib.rs" doctest = false [dependencies.image] version = "0.25" [dependencies.pyo3] version = "0.21" features = ["num-complex"] [dependencies.qoqo] version = "~1.16" default-features = false [dependencies.roqollage] version = "~0.4" [dependencies.roqoqo] version = "~1.16" features = ["serialize"] [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.qoqo_calculator] version = "1.2" [dev-dependencies.qoqo_calculator_pyo3] version = "1.2" default-features = false [dev-dependencies.test-case] version = "3.0" [build-dependencies.pyo3] version = "0.21" [build-dependencies.pyo3-build-config] version = "0.21" [features] default = ["extension-module"] extension-module = ["pyo3/extension-module"] unstable_operation_definition = [ "roqoqo/unstable_operation_definition", "roqollage/unstable_operation_definition", ]