# 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 = "openqasm" version = "0.1.3" authors = ["Tuomas Laakkonen "] description = "Parser and translator for OpenQASM 2.0" homepage = "https://github.com/tuomas56/openqasm-rs" readme = "../README.md" keywords = ["quantum", "qasm"] categories = ["parser-implementations", "compilers"] license = "MIT OR Apache-2.0" repository = "https://github.com/tuomas56/openqasm-rs" [package.metadata.docs.rs] all-features = true [[example]] name = "basic" required-features = ["ariadne"] [[example]] name = "pretty" required-features = ["pretty"] [[example]] name = "linear" required-features = ["ariadne"] [dependencies.ariadne] version = "0.1.3" optional = true [dependencies.lalrpop-util] version = "0.19.7" [dependencies.logos] version = "0.12.0" [dependencies.num] version = "0.4.0" features = ["libm"] default-features = false [dependencies.petgraph] version = "0.6.0" [dependencies.pretty] version = "0.11.2" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.lalrpop] version = "0.19.7" [build-dependencies.rustc_version] version = "0.4.0" [features] default = []