# 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 = "2018" name = "qdk_sim_experimental" version = "0.24.216270-beta" authors = ["Microsoft"] exclude = [ "*.template", "*.csx", "*.ps1", "NuGet.Config", "drop", "Cargo.toml.orig", "include", "cbindgen.toml", "*.egg-info", "qdk_sim_experimental", "setup.py", "*.whl", "pyproject.toml", ] description = "Experimental simulators for use with the Quantum Development Kit." homepage = "https://github.com/microsoft/qsharp-runtime" readme = "README.md" license = "MIT" repository = "https://github.com/microsoft/qsharp-runtime" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "docs-includes/header.html", "--html-after-content", "docs-includes/after.html", ] [profile.release] opt-level = 3 codegen-units = 1 panic = "unwind" [lib] name = "qdk_sim" crate-type = [ "rlib", "staticlib", "cdylib", ] path = "src/lib.rs" [[bench]] name = "c_api_benchmark" harness = false [[bench]] name = "microbenchmark" harness = false [dependencies.built] version = "0.5.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_more] version = "0.99.10" [dependencies.getrandom] version = "0.1.15" features = ["wasm-bindgen"] [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.15.2" features = ["serde"] [dependencies.num-complex] version = "0.4" features = ["serde"] [dependencies.num-traits] version = "0.2" [dependencies.num_enum] version = "0.5.1" [dependencies.numpy] version = "0.13.1" optional = true [dependencies.pyo3] version = "0.13.2" features = ["extension-module"] optional = true [dependencies.rand] version = "0.7.3" features = ["alloc"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.web-sys] version = "0.3.4" features = ["console"] optional = true [dev-dependencies.assert-json-diff] version = "2.0.1" [dev-dependencies.criterion] version = "0.3" features = [ "html_reports", "csv_output", ] [build-dependencies.built] version = "0.5.0" [features] default = [] python = [ "pyo3", "numpy", ] wasm = ["web-sys"]