# 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] edition = "2018" name = "q1tsim" version = "0.5.0" authors = ["Gé Vissers "] description = "A simple, efficient, quantum computer simulator." readme = "README.md" keywords = ["quantum-computing", "quantum-simulator", "quantum", "qubits", "rust"] license = "Apache-2.0" repository = "https://github.com/Q1tBV/q1tsim" [lib] name = "q1tsim" crate-type = ["dylib"] [[bench]] name = "bench_main" harness = false [dependencies.ndarray] version = "0.12" [dependencies.num-complex] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.q1tsim-derive] version = "0.1.0" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2" [dependencies.regex] version = "1.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.matches] version = "0.1" [dev-dependencies.rand_core] version = "0.5" [dev-dependencies.rand_hc] version = "0.2" [dev-dependencies.statrs] version = "0.7"