# 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" name = "roqoqo_for_braket_devices" version = "0.7.0" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "AWS's Braket devices interface for roqoqo rust quantum computing toolkit" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_for_braket" [lib] name = "roqoqo_for_braket_devices" path = "src/lib.rs" doctest = false [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.15" [dependencies.roqoqo] version = "~1.15" features = ["unstable_qoqo_devices"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "3.0"