# 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.63.0" name = "roqoqo-iqm" version = "0.10.2" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "IQM interface for roqoqo rust quantum computing toolkit" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" [lib] name = "roqoqo_iqm" path = "src/lib.rs" doctest = false [dependencies.itertools] version = "0.12" [dependencies.ndarray] version = "0.15" [dependencies.qoqo_calculator] version = "~1.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "native-tls-vendored", ] [dependencies.roqoqo] version = "~1.15" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.test-case] version = "3.1" [dependencies.thiserror] version = "1.0.60"