q1tsim 0.4.0

A simple, efficient, quantum computer simulator.
Documentation
# 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.4.0"
authors = ["Gé Vissers <ge@q1t.nl>"]
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"

[[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.6"

[dependencies.regex]
version = "1.0"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.matches]
version = "0.1"

[dev-dependencies.rand_core]
version = "0.4"

[dev-dependencies.rand_hc]
version = "0.1"

[dev-dependencies.statrs]
version = "0.7"