# 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_lexer" version = "0.7.0" authors = ["OpenQASM3 parser team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lexer 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_lexer" path = "src/lib.rs" [dependencies.unicode-properties] version = "0.1.0" features = ["emoji"] default-features = false [dependencies.unicode-xid] version = "0.2.0" [dev-dependencies.expect-test] version = "1.4.0"