anchor/lang/attribute/constant/Cargo.toml

21 lines
527 B
TOML
Raw Normal View History

2021-12-03 15:49:38 -08:00
[package]
name = "anchor-attribute-constant"
2022-07-05 13:32:55 -07:00
version = "0.25.0"
2021-12-03 15:49:38 -08:00
authors = ["Serum Foundation <foundation@projectserum.com>"]
repository = "https://github.com/coral-xyz/anchor"
2021-12-03 15:49:38 -08:00
license = "Apache-2.0"
description = "Anchor attribute macro for creating constant types"
2022-03-12 14:39:21 -08:00
rust-version = "1.56"
edition = "2021"
2021-12-03 15:49:38 -08:00
[lib]
proc-macro = true
[features]
anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0.60", features = ["full"] }
2022-07-05 13:32:55 -07:00
anchor-syn = { path = "../../syn", version = "0.25.0" }