# 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" name = "qecp" version = "0.2.7" authors = [ "Yue Wu ", "Namitha Liyanage ", "Neil He ", ] exclude = [ "docs/*", "documentation/*", "frontend/*", "backend/*", "articles/*", "benchmark/*", "tmp/*", "pylib/*", "read_nohup_out.py", "test.py", ".vscode/*", ".github/*", ] description = "Quantum Error Correction Playground for Surface Code Research" homepage = "https://yuewuo.github.io/QEC-Playground/" readme = "README.md" keywords = [ "QEC", "quantum-computing", "error-correction", "simulation", "visualization", ] categories = ["science"] license = "MIT" repository = "https://github.com/yuewuo/QEC-Playground" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [profile.release] debug = 2 [lib] name = "qecp" crate-type = [ "lib", "cdylib", ] [[bin]] name = "qecp-cli" path = "src/main.rs" [dependencies.actix-cors] version = "0.6.1" [dependencies.actix-web] version = "4.0.1" [dependencies.bytes] version = "1.1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.2.5" features = [ "cargo", "derive", ] [dependencies.derivative] version = "2.2.0" [dependencies.derive_more] version = "0.99.17" [dependencies.either] version = "1.6.1" [dependencies.enum_dispatch] version = "0.3.11" [dependencies.float-cmp] version = "0.9.0" [dependencies.float-ord] version = "0.3.2" [dependencies.fusion-blossom] version = "0.2.11" features = ["dangerous_pointer"] optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.81" [dependencies.ndarray] version = "0.15.4" [dependencies.num_cpus] version = "1.13.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.pbr] version = "1.0.4" [dependencies.petgraph] version = "0.6.0" [dependencies.platform-dirs] version = "0.3.0" [dependencies.priority-queue] version = "1.2.1" [dependencies.pyo3] version = "0.19.2" features = [ "extension-module", "multiple-pymethods", "abi3-py38", ] optional = true [dependencies.rand] version = "0.8.4" features = ["alloc"] [dependencies.rand_core] version = "0.6.1" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dependencies.serde-hashkey] version = "0.4.5" features = ["ordered-float"] [dependencies.serde_json] version = "1.0.96" [dependencies.shlex] version = "1.1.0" [dependencies.urlencoding] version = "2.1.0" [build-dependencies.cc] version = "1.0.66" [features] MWPM_reverse_order = [] blossom_v = [] default = ["fusion_blossom"] fusion_blossom = ["fusion-blossom"] include_different_type_edges = [] python_binding = ["pyo3"] [badges.maintenance] status = "actively-developed"