[dependencies.pecos-core]
version = "0.1.1"
[dependencies.pecos-qec]
version = "0.1.1"
[dependencies.pecos-qsim]
version = "0.1.1"
[lib]
name = "pecos"
path = "src/lib.rs"
[lints.clippy]
cargo = "warn"
complexity = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
[package]
authors = ["The PECOS Developers", "Ciaran Ryan-Anderson<ciaranra@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "simulation"]
description = "A crate for evaluating and exploring quantum error correction."
edition = "2021"
homepage = "https://pecos.io"
keywords = ["scientific", "quantum", "QEC"]
license = "Apache-2.0"
name = "pecos"
readme = "README.md"
repository = "https://github.com/PECOS-packages/PECOS"
version = "0.1.1"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.flamegraph]
version = "0.6"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom]
features = ["js"]
version = "0.2"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.rand]
features = ["getrandom"]
version = "0.8"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"
[[test]]
name = "wasm_compatibility"
path = "tests/wasm_compatibility.rs"