summaryrefslogtreecommitdiffstats
path: root/below/below_derive/Cargo.toml
blob: 204f319a47521b551e62e953605e7ceea23177a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @generated by autocargo

[package]
name = "below_derive"
version = "0.6.1"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "Proc macros for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[lib]
test = false
doctest = false
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.96", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }