# 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 = "roqollage" 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 roqoqo Rust 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 = "roqollage" path = "src/lib.rs" doctest = false [dependencies.bytemuck] version = "1" [dependencies.comemo] version = "0.4" [dependencies.image] version = "0.25" [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.qoqo_calculator] version = "~1.2" [dependencies.regex] version = "1.4" [dependencies.roqoqo] version = "~1.16" features = ["serialize"] [dependencies.tar] version = "0.4" [dependencies.time] version = "0.3" [dependencies.ttf-parser] version = "0.24" [dependencies.typst] version = "0.11" [dependencies.typst-render] version = "0.11" [dependencies.ureq] version = "2.9" [dependencies.zune-inflate] version = "0.2" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.test-case] version = "3.0" [features] unstable_operation_definition = ["roqoqo/unstable_operation_definition"]