# 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 = "qip" version = "1.4.0" authors = ["Sumner Hearth "] description = "A library for efficient quantum computing simulations." license = "MIT" repository = "https://github.com/Renmusxd/RustQIP" resolver = "1" [lib] name = "qip" [dependencies.num-complex] version = "^0.4" [dependencies.num-rational] version = "^0.4" [dependencies.num-traits] version = "^0.2" [dependencies.qip-iterators] version = "1.4.0" [dependencies.qip-macros] version = "1.0.0" optional = true [dependencies.rand] version = "^0.8" [dependencies.rayon] version = "^1.7" optional = true [dependencies.smallvec] version = "^1.10" [features] boolean_circuits = ["macros"] default = ["parallel"] macros = ["qip-macros"] parallel = [ "rayon", "qip-iterators/parallel", ]