[package] name = "roqollage" version = "0.4.2" authors = ["HQS Quantum Simulations "] license = "Apache-2.0" edition = "2021" rust-version = "1.70" categories = ["science", "simulation"] readme = "README.md" repository = "https://github.com/HQSquantumsimulations/qollage" description = "Visualization tool for roqoqo Rust quantum computing toolkit by HQS Quantum Simulations" include = ["src*", "LICENSE", "README.md"] [lib] name = "roqollage" path = "src/lib.rs" doctest = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] roqoqo = { version = "~1.16", features = ["serialize"] } qoqo_calculator = { version = "~1.2" } typst = "0.11" typst-render = "0.11" comemo = "0.4" image = "0.25" ttf-parser = "0.24" time = "0.3" bytemuck = "1" ndarray = "0.15" num-complex = "0.4" ureq = "2.9" zune-inflate = "0.2" tar = "0.4" regex = "1.4" [dev-dependencies] test-case = "3.0" serial_test = "3.1" [features] unstable_operation_definition = ["roqoqo/unstable_operation_definition"]