libquil-sys 0.4.2

High-level bindings to libquil
# 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 = "2021"
name = "libquil-sys"
version = "0.4.2"
build = "build.rs"
links = "quilc"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level bindings to libquil"
readme = "README.md"
keywords = [
    "pyquil",
    "Quil",
    "libquil",
    "quilc",
    "QVM",
]
categories = [
    "compilers",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/rigetti/libquil-sys"

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

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8.0"

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

[dependencies.paste]
version = "1.0.6"

[dependencies.serde_json]
version = "1.0.105"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert2]
version = "0.3.11"

[dev-dependencies.quil-rs]
version = "0.32.0"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1.0"
features = ["parallel"]

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.thiserror]
version = "2.0"