# 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 = "sing_parse" version = "0.1.3" authors = ["Daniel Mowitz"] build = "build.rs" description = "Parsing utilities for sing_rs" license = "AGPL-3.0-or-later" resolver = "2" [lib] [dependencies.lalrpop] version = "0.19" [dependencies.lalrpop-util] version = "0.19" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sing_util] version = "0.1" [dependencies.syn] version = "1" [build-dependencies.lalrpop] version = "0.19"