aboutsummaryrefslogtreecommitdiff
path: root/syn/json/Cargo.toml
blob: 77104dc822b9b488f4ee1483afe6b506c5629e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "syn-codegen"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Syntax tree describing Syn's syntax tree"
repository = "https://github.com/dtolnay/syn"
documentation = "https://docs.rs/syn-codegen"
categories = ["development-tools::procedural-macro-helpers"]

[dependencies]
indexmap = { version = "1.0", features = ["serde-1"] }
semver = { version = "0.9", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0"