quaru 1.0.0

A 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 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.67.0"
name = "quaru"
version = "1.0.0"
description = "A quantum computer simulator"
readme = "README.md"
license = "MIT"

[[example]]
name = "grovers"
test = true

[[example]]
name = "shors"
test = true

[[example]]
name = "openqasm_example"
test = true

[[example]]
name = "quantum_teleportation"
test = true

[[example]]
name = "superdense_coding"
test = true

[dependencies.clap]
version = "4.1.6"
features = ["derive"]

[dependencies.colored]
version = "2.0.0"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.gcd]
version = "2.3.0"

[dependencies.inquire]
version = "0.5.3"

[dependencies.log]
version = "0.4.17"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.num]
version = "0.4.0"

[dependencies.openqasm-parser]
version = "1.0.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.stopwatch]
version = "0.0.7"

[dev-dependencies.proptest]
version = "1.1.0"

[features]
blas = ["ndarray/blas"]