anchor-syn 0.30.1

Anchor syntax parsing and code generation tools
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.bs58]
version = "0.5"

[dependencies.cargo_toml]
optional = true
version = "0.19"

[dependencies.heck]
version = "0.3"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
features = ["full", "extra-traits", "parsing"]
version = "1"

[dependencies.thiserror]
version = "1"

[features]
allow-missing-optionals = []
anchor-debug = []
event-cpi = []
hash = []
idl-build = ["cargo_toml"]
init-if-needed = []
interface-instructions = []
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0

[package]
authors = ["Anchor Maintainers <accounts@200ms.io>"]
description = "Anchor syntax parsing and code generation tools"
edition = "2021"
license = "Apache-2.0"
name = "anchor-syn"
repository = "https://github.com/coral-xyz/anchor"
version = "0.30.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]