# 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.56" name = "roqoqo-qasm" version = "0.12.3" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "QASM interface 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/qoqo_qasm" [lib] name = "roqoqo_qasm" path = "src/lib.rs" doctest = false [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.qoqo_calculator] version = "~1.2" [dependencies.roqoqo] version = "~1.15" features = [ "serialize", "unstable_operation_definition", ] [dev-dependencies.test-case] version = "3.0" [features]