File: Cargo.toml

package info (click to toggle)
patch-hub 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,616 kB
  • sloc: xml: 142; makefile: 33
file content (19 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "patch-hub-proc-macros"
version = "0.1.0"
edition = "2021"
description = "Crate for patch-hub procedural macros"
license = "GPL-2.0"

[dependencies]
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }
lazy_static = "1.5.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.139"
syn = { version = "2.0.98", features = ["full"] }
quote = "1.0.4"
proc-macro2 = "1.0.92"

[lib]
proc-macro = true
doctest = false # otherwise tests will fail