# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "bolt-anchor-syn" version = "0.29.1" authors = ["Anchor Maintainers "] description = "Anchor syntax parsing and code generation tools" license = "Apache-2.0" repository = "https://github.com/coral-xyz/anchor" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1" [dependencies.bs58] version = "0.5" [dependencies.cargo_toml] version = "0.19" optional = true [dependencies.heck] version = "0.3" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.syn] version = "1" features = [ "full", "extra-traits", "parsing", ] [dependencies.thiserror] version = "1" [features] allow-missing-optionals = [] anchor-debug = [] event-cpi = [] hash = [] idl-build = [ "idl-types", "cargo_toml", ] idl-types = [] init-if-needed = [] interface-instructions = []