qnect 0.3.0

⚛ Quantum computing in Rust: from Bell pairs to distributed quantum networks.
Documentation
[package]
name = "qnect"
version = "0.3.0"
authors = ["Theis Maker <mail@theismaker.com>"]
edition = "2024"
description = "⚛ Quantum computing in Rust: from Bell pairs to distributed quantum networks."
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["quantum", "quantum-computing", "simulation", "quantum-circuits", "quantum-network"]
categories = ["science", "mathematics"]
repository = "https://github.com/theis-maker/qnect-rs"
homepage = "https://github.com/theis-maker/qnect-rs"
documentation = "https://docs.rs/qnect"

[dependencies]
async-trait = "0.1"
num-complex = "0.4.6"
hex = "0.4"
rand = "0.9.2"
tokio = { version = "1", features = ["full"] }
serde_json = "1.0.143"
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
uuid = { version = "1.10", features = ["v4", "serde"] }
log = "0.4.27"

[dev-dependencies]
tokio-test = "0.3"
futures = "0.3"