# 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 = "quantr" version = "0.5.2" authors = ["Andrew Barlow "] description = "Create and simulate gate-based quantum circuits." homepage = "https://a-barlow.github.io/quantr-book" readme = "README.md" keywords = [ "quantum", "computer", "simulator", "circuit", "qubit", ] categories = [ "science", "simulation", ] license = "EUPL-1.2" repository = "https://github.com/a-barlow/quantr" [dependencies.fastrand] version = "2.1.0"