# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "qcgpu" version = "0.1.0" authors = ["Adam Kelly "] exclude = ["algorithms/**/*", "benches/**/*", "examples/**/*", ".editorconfig", "EC2-install.md", "ISSUE_TEMPLATE.md", "PULL_REQUEST_TEMPLATE.md"] description = "Open Source, High Performance & Hardware Accelerated, Quantum Computer Simulation in Rust" homepage = "https://github.com/qcgpu/qcgpu-rust" documentation = "https://qcgpu.github.io/qcgpu-rust/doc/qcgpu/index.html" readme = "./README.md" keywords = ["quantum", "computation", "gpu", "simulation"] license = "MIT" [lib] name = "qcgpu" path = "src/lib.rs" [[example]] name = "bernstein-vazirani" path = "algorithms/bernstein-vazirani.rs" doc = false [[example]] name = "deutsch-jozsa" path = "algorithms/deutsch-jozsa.rs" doc = false [[example]] name = "superdense" path = "algorithms/super-dense.rs" doc = false [[example]] name = "shor" path = "algorithms/shor.rs" doc = false [[example]] name = "grover" path = "algorithms/grover.rs" doc = false [[bench]] name = "benchmark" harness = false [[bench]] name = "qiskit" harness = false [[bench]] name = "libquantum" harness = false [dependencies.num-complex] version = "0.1.43" [dependencies.ocl] version = "0.18" [dependencies.rand] version = "0.4.2" [dev-dependencies.criterion] version = "0.2.2" [dev-dependencies.libquantum-patched] version = "0.1.3" [features] decoherence = [] default = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "https://github.com/qcgpu/qcgpu-rust"