onq 0.5.0

Operations for Next-generation Quantum computing
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 = "2024"
name = "onq"
version = "0.5.0"
authors = [
    "n12n <nigel.christian@hiahatf.org>",
    "Gemini",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operations for Next-generation Quantum computing"
documentation = "https://docs.rs/onq"
readme = "README.md"
keywords = [
    "quantum-computing",
    "quantum",
    "security",
]
categories = ["simulation"]
license = "MIT"
repository = "https://github.com/kn0sys/onq"

[lib]
name = "onq"
crate-type = ["lib"]
path = "src/lib.rs"

[[example]]
name = "sqrt_flip_demo"
path = "examples/sqrt_flip_demo.rs"

[[example]]
name = "teleportation"
path = "examples/teleportation.rs"

[[example]]
name = "vm_grover_2qdu"
path = "examples/vm_grover_2qdu.rs"

[[example]]
name = "vm_teleportation"
path = "examples/vm_teleportation.rs"

[[test]]
name = "simulation_tests"
path = "tests/simulation_tests.rs"

[[test]]
name = "vm_tests"
path = "tests/vm_tests.rs"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.10.0"