ruqu-algorithms 2.0.2

Quantum algorithm implementations: VQE, Grover's search, QAOA MaxCut, Surface Code error correction
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.77"
name = "ruqu-algorithms"
version = "2.0.2"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quantum algorithm implementations: VQE, Grover's search, QAOA MaxCut, Surface Code error correction"
readme = false
keywords = [
    "quantum",
    "vqe",
    "grover",
    "qaoa",
    "error-correction",
]
categories = [
    "science",
    "simulation",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[features]
default = ["std"]
std = []

[lib]
name = "ruqu_algorithms"
path = "src/lib.rs"

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

[dependencies.rand]
version = "0.8"

[dependencies.ruqu-core]
version = "2.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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