# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "qasm" version = "1.0.0" authors = ["Adam Kelly "] description = "A OPENQASM 2.0 Parser" homepage = "https://github.com/QCGPU/qasm-rust" documentation = "https://docs.rs/qasm/1.0.0/qasm/" readme = "README.md" license = "MIT" [[bin]] name = "main" path = "examples/main.rs" [dependencies.regex] version = "0.2" [dev-dependencies.glob] version = "0.2" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "QCGPU/qasm-rust"