2022-02-19 17:30:38 +01:00
|
|
|
[package]
|
2022-02-28 23:19:21 +01:00
|
|
|
name = "sing_util"
|
2022-04-05 21:22:38 +02:00
|
|
|
version = "0.1.3"
|
2022-02-19 17:30:38 +01:00
|
|
|
edition = "2021"
|
2022-03-27 16:32:14 +02:00
|
|
|
license = "AGPL-3.0-or-later"
|
2022-03-27 16:16:12 +02:00
|
|
|
license_file = "../LICENSE.md"
|
2022-03-27 16:22:30 +02:00
|
|
|
authors = [ "Daniel Mowitz" ]
|
2022-03-27 16:20:19 +02:00
|
|
|
description = "Internal functions and types for sing_rs"
|
2022-03-27 16:16:12 +02:00
|
|
|
|
2022-03-02 19:13:31 +01:00
|
|
|
[lib]
|
|
|
|
bench = false
|
2022-02-19 17:30:38 +01:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2022-03-02 19:13:31 +01:00
|
|
|
# build = "build.rs"
|
|
|
|
#
|
|
|
|
# [build-dependencies]
|
|
|
|
# lalrpop = "0.19"
|
|
|
|
#
|
2022-02-19 17:30:38 +01:00
|
|
|
[dependencies]
|
2022-02-28 23:19:21 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2022-03-02 19:13:31 +01:00
|
|
|
syn = { version = "1.0", features = ["full"] }
|
|
|
|
proc-macro2 = "1.0"
|