# 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.57" name = "struqture-py" version = "1.9.2" authors = ["HQS Quantum Simulations "] build = "build.rs" include = [ "src*", "struqture_py", "Cargo.toml", "build.rs", "pyproject.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Python interface of struqture, the HQS tool for representing operators, Hamiltonians and open systems." readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" [package.metadata.docs.rs] no-default-features = true [lib] name = "struqture_py" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" doctest = false [dependencies.bincode] version = "1.3" [dependencies.num-complex] version = "0.4" [dependencies.numpy] version = "0.21" [dependencies.pyo3] version = "0.21" features = [ "num-complex", "multiple-pymethods", ] [dependencies.qoqo_calculator] version = "~1.2" default-features = false [dependencies.qoqo_calculator_pyo3] version = " ~1.2" default-features = false [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.struqture] version = "~1.9.2" default-features = false [dependencies.struqture-py-macros] version = "~1.9.2" [dependencies.struqture_2] version = "2.0.0-alpha.3" features = [ "struqture_1_import", "struqture_1_export", ] optional = true default-features = false package = "struqture" [dependencies.thiserror] version = "1.0" [dev-dependencies.nalgebra] version = "0.33" [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.test-case] version = "3.1" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.pyo3] version = "0.21" [build-dependencies.pyo3-build-config] version = "0.21" [build-dependencies.quote] version = "1.0" [build-dependencies.regex] version = "1.10" [build-dependencies.syn] version = "2.0" features = [ "full", "visit", ] [features] default = [ "extension-module", "json_schema", "indexed_map_iterators", ] doc_generator = [] extension-module = ["pyo3/extension-module"] indexed_map_iterators = ["struqture/indexed_map_iterators"] json_schema = ["struqture/json_schema"] unstable_struqture_2_import = ["struqture_2"]