qzkp 0.1.0

Quantum Zero-Knowledge Proof protocol with BB84 simulation and Aadhaar identity verification
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"
name = "qzkp"
version = "0.1.0"
authors = [
    "Sahil Gill",
    "Garv Makkar",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quantum Zero-Knowledge Proof protocol with BB84 simulation and Aadhaar identity verification"
homepage = "https://github.com/vrag99/QZKP-simulation"
documentation = "https://docs.rs/qzkp"
readme = "README.md"
keywords = [
    "quantum",
    "zero-knowledge-proof",
    "bb84",
    "aadhaar",
    "cryptography",
]
categories = [
    "cryptography",
    "simulation",
]
license = "MIT"
repository = "https://github.com/vrag99/QZKP-simulation"

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

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

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

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"