# 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" rust-version = "1.70" name = "oq3_semantics" version = "0.7.0" authors = ["OpenQASM3 parser team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AST with semantic information for OpenQASM 3 parser/analyzer" readme = "README.md" keywords = [ "QASM", "openqasm3", "parser", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/Qiskit/openqasm3_parser" [lib] name = "oq3_semantics" path = "src/lib.rs" doctest = false [[example]] name = "semdemo" path = "examples/semdemo.rs" [[test]] name = "ast_tests" path = "tests/ast_tests.rs" [[test]] name = "from_string_tests" path = "tests/from_string_tests.rs" [[test]] name = "spec" path = "tests/spec.rs" [[test]] name = "symbol_tests" path = "tests/symbol_tests.rs" [[test]] name = "types_test" path = "tests/types_test.rs" [dependencies.boolenum] version = "0.1" [dependencies.hashbrown] version = "0.12.3" [dependencies.oq3_source_file] version = "0.7.0" [dependencies.oq3_syntax] version = "0.7.0" [dependencies.rowan] version = "<=0.15.15" [dev-dependencies.clap] version = "~4.4" features = ["derive"] [dev-dependencies.oq3_lexer] version = "0.7.0" [dev-dependencies.oq3_parser] version = "0.7.0"