# 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" rust-version = "1.67.0" name = "rigetti-pyo3" version = "0.4.1" description = "Utilities for creating a Python wrapper for a Rust library." readme = "README.md" keywords = [ "python", "pyo3", "ffi", ] categories = ["development-tools::ffi"] license = "Apache-2.0" repository = "https://github.com/rigetti/rigetti-pyo3" [dependencies.indexmap] version = "2.0.0" optional = true [dependencies.num-complex] version = "0.4.0" optional = true [dependencies.num-traits] version = "0.2.15" optional = true [dependencies.paste] version = "1.0" [dependencies.pyo3] version = "0.20" features = [ "macros", "multiple-pymethods", ] default-features = false [dependencies.time] version = ">=0.3, <=0.3.36" optional = true [dev-dependencies.thiserror] version = "1.0" [features] abi3 = ["pyo3/abi3"] complex = [ "dep:num-complex", "dep:num-traits", "pyo3/num-complex", ] default = [ "complex", "time", ] extension-module = ["pyo3/extension-module"] indexmap = [ "dep:indexmap", "pyo3/indexmap", ] time = ["dep:time"]