summaryrefslogtreecommitdiff
path: root/subplotlib-derive/Cargo.toml
blob: 16a1a30f8791ee6c2fc6d6bb82cf92fcda4f966f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "subplotlib-derive"
version = "0.1.0"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
  "Daniel Silverstone <dsilvers@digital-scurf.org>",
]
edition = "2018"
license = "GPL-3.0-or-later"
description = '''
macros for constructing subplotlib based test suites, typically
generated by `subplot codegen`.'''
homepage = "https://subplot.liw.fi/"
repository = "https://gitlab.com/subplot/subplot"

[lib]
proc-macro = true

[dependencies]
syn = {version= "1", features=["full"]}
quote = "1"
proc-macro2 = "1"
fehler = "1"