# 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" name = "qvnt" version = "0.5.0-alpha" authors = ["Denis Drozhzhin "] description = "Advanced quantum computation simulator." readme = "README.md" keywords = [ "theoretical", "quantum-computing", "quantum-simulator", "quantum", "qubits", ] categories = [ "concurrency", "simulation", "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/MucTepDayH16/qvnt/" [[bench]] name = "performance" harness = false required-features = ["multi-thread"] [dependencies.enum_dispatch] version = "0.3.8" [dependencies.float-cmp] version = "0.9.0" [dependencies.meval] version = "0.2.0" optional = true [dependencies.num-complex] version = "0.4.2" [dependencies.qasm] version = "0.2.0" features = ["no-check-ver"] optional = true package = "qvnt-qasm" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.6.0" optional = true [dev-dependencies.criterion] version = "0.4.0" default-features = false [dev-dependencies.test-case] version = "2.2.1" [features] default = [] interpreter = [ "qasm", "meval", ] multi-thread = [ "rayon", "criterion/rayon", ]