# 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 = "mwps" version = "0.0.0" authors = ["Yue Wu "] exclude = [ "tutorial/*", "benchmark/*", "visualize/data/persist/*", ".github/*", ] description = "Hypergraph Minimum-Weight Parity Subgraph (MWPS) Solver for Quantum LDPC Codes" homepage = "https://hyper-mwps.com" readme = "README.md" keywords = [ "QEC", "quantum-computing", "error-correction", "visualization", ] categories = ["science"] license = "MIT" repository = "https://github.com/yuewuo/mwps" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [profile.release] debug = true [lib] name = "mwps" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.pyo3] version = "0.17.2" features = [ "extension-module", "multiple-pymethods", "abi3-py37", ] optional = true [features] default = [] python_binding = ["pyo3"] [badges.maintenance] status = "actively-developed"