22 lines
545 B
TOML
22 lines
545 B
TOML
[package]
|
|
name = "anchor-syn"
|
|
version = "0.0.0-alpha.0"
|
|
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
|
repository = "https://github.com/project-serum/anchor"
|
|
license = "Apache-2.0"
|
|
description = "Anchor syntax parsing and code generation tools"
|
|
edition = "2018"
|
|
|
|
[features]
|
|
idl = []
|
|
default = []
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "=1.0.57", features = ["full", "extra-traits", "parsing"] }
|
|
anyhow = "1.0.32"
|
|
heck = "0.3.1"
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
|
serde_json = "1.0"
|