# 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.70" name = "roqoqo-qryd" version = "0.20.1" authors = ["HQS Quantum Simulations "] build = false include = [ "src/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "QRyd interface for roqoqo rust quantum computing toolkit" homepage = "https://github.com/HQSquantumsimulations/qoqo_qryd" documentation = "https://docs.rs/roqoqo-qryd/" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_qryd" [lib] name = "roqoqo_qryd" path = "src/lib.rs" doctest = false [dependencies.bincode] version = "1.3" [dependencies.bitvec] version = "1.0" optional = true [dependencies.hex] version = "0.4" optional = true [dependencies.image] version = "0.25" [dependencies.itertools] version = "0.11" [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.qoqo_calculator] version = "~1.2" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", "rustls-tls", ] optional = true default-features = false [dependencies.roqollage] version = "~0.4" [dependencies.roqoqo] version = "~1.16" features = ["serialize"] [dependencies.roqoqo-derive] version = "~1.16" [dependencies.roqoqo-quest] version = "~0.14" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.roqoqo-test] version = "~1.16" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.test-case] version = "3.0" [dev-dependencies.tokio] version = "1.36" [dev-dependencies.wiremock] version = "0.6" [features] default = [ "simulator", "web-api", ] simulator = ["roqoqo-quest"] web-api = [ "reqwest", "hex", "bitvec", ]