# 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" version = "1.9.2" authors = ["HQS Quantum Simulations "] build = false include = [ "Cargo.toml", "src*", "LICENSE", "../README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "HQS tool for representing operators, Hamiltonians and open systems." readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" [lib] name = "struqture" path = "src/lib.rs" doctest = false [dependencies.indexmap] version = "2" optional = true [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.15" [dependencies.num-complex] version = "0.4" [dependencies.qoqo_calculator] version = "~1.2" default-features = false [dependencies.schemars] version = "0.8.12" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.test-case] version = "3.1" [dependencies.thiserror] version = "1.0" [dependencies.tinyvec] version = "1.6" features = [ "alloc", "serde", ] [dev-dependencies.bincode] version = "1.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.jsonschema] version = "0.18" [dev-dependencies.nalgebra] version = "0.33" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1.0" [features] default = ["json_schema"] indexed_map_iterators = ["indexmap"] json_schema = [ "schemars", "qoqo_calculator/json_schema", ]