[package] name = "sing_util" version = "0.1.3" edition = "2021" license = "AGPL-3.0-or-later" license_file = "../LICENSE.md" authors = [ "Daniel Mowitz" ] description = "Internal functions and types for sing_rs" [lib] bench = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # build = "build.rs" # # [build-dependencies] # lalrpop = "0.19" # [dependencies] serde = { version = "1.0", features = ["derive"] } syn = { version = "1.0", features = ["full"] } proc-macro2 = "1.0"