[dependencies.rusticle]
version = "0.4.11"
[lib]
name = "intrico"
path = "src/lib.rs"
[package]
authors = ["Soham Ghugare <soham.ghugare@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "embedded"]
description = "High-performance Quantum Computing Rust library to simulate, and visualize quantum circuits with precision and power."
edition = "2024"
keywords = ["quantum-computing", "quantum-technology", "quantum-sdk", "quantum", "rust"]
license = "MIT"
name = "intrico"
readme = "README.md"
repository = "https://github.com/SohamGhugare/intrico"
version = "0.2.2"
[[test]]
name = "mod"
path = "tests/mod.rs"