# 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 = "qurust" version = "0.2.0" description = "Collection of modules used for working with quantum programs and circuits" documentation = "https://docs.rs/qurust" readme = "README.md" keywords = [ "quantum-programming", "qasm", ] categories = ["science"] license = "MIT" repository = "https://github.com/crabster/qurust" [dependencies.antlr-rust] version = "0.3.0-beta" [dependencies.indent] version = "0.1.1" [dependencies.indoc] version = "2.0.5" [dependencies.regex] version = "1.10.4" [dev-dependencies.version-sync] version = "0.9.5" [badges.maintenance] status = "actively-developed"