intrico 2.0.2

High-performance Quantum Computing library to simulate quantum circuits with precision and power.
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 = "intrico"
version = "2.0.2"
authors = ["Soham Ghugare <soham.ghugare@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Quantum Computing library to simulate quantum circuits with precision and power."
readme = "README.md"
keywords = [
    "quantum-computing",
    "quantum-technology",
    "quantum-sdk",
    "quantum",
    "rust",
]
categories = [
    "development-tools",
    "science",
    "simulation",
]
license = "Apache-2.0"
repository = "https://github.com/Intrico-Labs/intrico"

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

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

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

[dependencies.rand]
version = "0.10.0"

[dependencies.rusticle]
version = "2.0.0"