anchor/lang/syn/Cargo.toml

31 lines
733 B
TOML

[package]
name = "anchor-syn"
version = "0.27.0"
authors = ["Serum Foundation <foundation@projectserum.com>"]
repository = "https://github.com/coral-xyz/anchor"
license = "Apache-2.0"
description = "Anchor syntax parsing and code generation tools"
rust-version = "1.60"
edition = "2021"
[features]
allow-missing-optionals = []
init-if-needed = []
idl = []
hash = []
default = []
anchor-debug = []
seeds = []
[dependencies]
proc-macro2 = { version = "1.0", features=["span-locations"]}
quote = "1.0"
syn = { version = "1.0.60", features = ["full", "extra-traits", "parsing"] }
anyhow = "1.0.32"
heck = "0.3.1"
serde = { version = "1.0.122", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.9.2"
thiserror = "1.0"
bs58 = "0.3.1"