ticit 0.2.1

Fast simulation of near-Clifford quantum circuits.
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"
rust-version = "1.89"
name = "ticit"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ticit"
description = "Fast simulation of near-Clifford quantum circuits."
documentation = "https://docs.rs/ticit"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/inmzhang/ticit"

[package.metadata.cargo-machete]
ignored = ["cutile-compiler"]

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "katex-header.html",
]

[features]
cli = [
    "dep:clap",
    "dep:anyhow",
]
default = ["cli"]
gpu = [
    "dep:cutile",
    "dep:cutile-compiler",
    "dep:anyhow",
]

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

[[bin]]
name = "ticit"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.cutile]
version = "0.2.0"
optional = true

[dependencies.cutile-compiler]
version = "0.2.0"
optional = true

[dependencies.fearless_simd]
version = "0.6"

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

[dependencies.rustc-hash]
version = "2.1.3"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.binar]
version = "0.1.3"

[dev-dependencies.paulimer]
version = "0.2.3"

[dev-dependencies.rand]
version = "0.10.2"