q-rust 0.1.1

A modular quantum transpiler and QASM 2.0 parser written in Rust.
Documentation
# 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 = "q-rust"
version = "0.1.1"
authors = ["Arturo Acuaviva <arturoacuaviva@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular quantum transpiler and QASM 2.0 parser written in Rust."
readme = "README.md"
keywords = [
    "quantum",
    "transpiler",
    "qasm",
    "parser",
    "rust",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Arturacu/Q-Rust"

[lib]
name = "q_rust"
path = "src/lib.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.nom]
version = "7.1.3"

[dependencies.petgraph]
version = "0.6.5"