# 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 = "2018" rust-version = "1.56" name = "roqoqo-aqt" version = "0.8.0" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "AQT interface for roqoqo rust quantum computing toolkit" homepage = "https://github.com/HQSquantumsimulations/qoqo_aqt" documentation = "https://docs.rs/qoqo_aqt/" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_aqt" resolver = "2" [lib] name = "roqoqo_aqt" path = "src/lib.rs" doctest = false [dependencies.qoqo_calculator] version = "~1.2" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "native-tls-vendored", ] [dependencies.roqoqo] version = "~1.15" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.test-case] version = "3.0" [dev-dependencies.roqoqo-test] version = "~1.15" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.wiremock] version = "~0.6"