[package]
edition = "2024"
name = "qcrypto"
version = "0.0.4"
authors = [
"Jorge Garcia-Diaz <jgarcidi@ull.edu.es>",
"Daniel Escanez-Exposito <jescanez@ull.edu.es>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for the design, simulation and validation of Quantum Cryptography protocols"
readme = "README.md"
keywords = [
"quantum",
"cryptography",
"simulation",
"qkd",
"physics",
]
categories = [
"cryptography",
"simulation",
"science",
]
license = "MIT"
repository = "https://github.com/jorgegardiaz/qcrypto"
[lib]
name = "qcrypto"
path = "src/lib.rs"
[dependencies.nalgebra]
version = "0.34.1"
[dependencies.ndarray]
version = "0.17.2"
features = ["rayon"]
[dependencies.num-complex]
version = "0.4.6"
[dependencies.rand]
version = "0.9.2"
[dependencies.rand_chacha]
version = "0.9.0"
[dependencies.rayon]
version = "1.11.0"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.approx]
version = "0.5.1"