bicycle_compiler 0.2.1

A compiler for Pauli-based compilation (PBC) circuits to bicycle instructions
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.86.0"
name = "bicycle_compiler"
version = "0.2.1"
authors = [
    "Patrick Rall <patrickjrall@ibm.com>",
    "Eddie Schoute <eddie.schoute@ibm.com>",
    "John Lapeyre <john.lapeyre@ibm.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compiler for Pauli-based compilation (PBC) circuits to bicycle instructions"
readme = "README.md"
keywords = [
    "quantum",
    "compiler",
    "benchmarking",
    "architecture",
]
categories = [
    "science",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/qiskit-community/bicycle-architecture-compiler"
resolver = "2"

[features]
default = []
rsgridsynth = ["dep:rsgridsynth"]

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

[[bin]]
name = "bicycle_compiler"
path = "src/main.rs"

[[bench]]
name = "bench_compile"
path = "benches/bench_compile.rs"
harness = false

[dependencies.bicycle_cliffords]
version = "0.2.1"

[dependencies.bicycle_common]
version = "0.2.1"

[dependencies.bitcode]
version = "0.6.6"
features = ["serde"]

[dependencies.clap]
version = "4.5.36"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.6"

[dependencies.fixed]
version = "1.29.0"
features = ["serde-str"]

[dependencies.log]
version = "0.4.26"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde]
version = "1.0.218"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

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