# 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 = "quil-py" version = "0.11.4" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Python bindings for quil-rs" readme = "README.md" keywords = [ "pyquil", "SDK", "Rigetti", "Quil", "Quantum", ] categories = [ "api-bindings", "parser-implementations", "science", "emulators", ] license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rs" [lib] name = "quil" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.indexmap] version = "2.2.6" [dependencies.ndarray] version = "0.15.6" features = ["approx-0_5"] [dependencies.numpy] version = "0.20.0" [dependencies.pyo3] version = "0.20.3" features = ["indexmap"] [dependencies.quil-rs] version = "0.27.3" [dependencies.rigetti-pyo3] version = "0.3.4" features = ["indexmap"] [dependencies.strum] version = "0.26.0" features = ["derive"] [build-dependencies.pyo3-build-config] version = "0.20.0"