# 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.65.0" name = "pauli_tracker" version = "0.4.5" authors = ["Jannis Ruh "] build = false exclude = [ "Cargo_nightly.toml", "todo.txt", "xtask", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to track Pauli gates through Clifford circuits." readme = "README.md" keywords = [ "quantum", "clifford", "pauli", "mbqc", ] categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/taeruh/pauli_tracker" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "pauli_tracker" crate-type = ["lib"] path = "src/lib.rs" [[test]] name = "roundtripping" path = "tests/roundtripping.rs" [[bench]] name = "paler" path = "benches/paler.rs" harness = false [dependencies.bit-vec] version = "0.6.2" optional = true [dependencies.bitvec] version = "1.0.1" optional = true [dependencies.bitvec_simd] version = "0.20.0" optional = true [dependencies.hashbrown] version = "0.14.0" [dependencies.itertools] version = "0.13.0" [dependencies.rand] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.208" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [dev-dependencies.coverage-helper] version = "0.2.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.rustc-hash] version = "2.0.0" [features] circuit = ["dep:rand"] experimental = [] serde = [ "dep:serde", "hashbrown/serde", "bitvec?/serde", "bitvec_simd?/use_serde", "bit-vec?/serde", ]