bicycle_common 0.2.0

Common definitions for bicycle architecture compiler crates
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_common"
version = "0.2.0"
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 = "Common definitions for bicycle architecture compiler crates"
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"

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

[dependencies.rand]
version = "0.9.0"

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