# 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.70" name = "qoqo_calculator" version = "1.3.0" authors = ["HQS Quantum Simulations "] build = false include = [ "src*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "qoqo-calculator is the calculator backend of the qoqo quantum computing toolkit by HQS Quantum Simulations" readme = "README.md" categories = [ "science", "simulation", ] license = "Apache-2.0" repository = "https://github.com/HQSquantumsimulations/qoqo_calculator" [lib] name = "qoqo_calculator" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.num-complex] version = "0.4" features = ["serde"] [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1.0" [features] default = [] json_schema = ["schemars"]