arch-satellite-attribute-program 0.32.0

Satellite attribute macro for defining a program
Documentation
# 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"
name = "arch-satellite-attribute-program"
version = "0.32.0"
authors = [
    "Arch Network <contact@arch.network>",
    "Saturn BTC <contact@saturnbtc.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Satellite attribute macro for defining a program"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Arch-Network/satellite"

[features]
idl-build = ["arch-satellite-syn/idl-build"]
interface-instructions = ["arch-satellite-syn/interface-instructions"]
satellite-debug = ["arch-satellite-syn/satellite-debug"]

[lib]
name = "arch_satellite_attribute_program"
path = "src/lib.rs"
proc-macro = true

[dependencies.anyhow]
version = "1"

[dependencies.arch-satellite-lang-idl]
version = "0.32.0"
features = ["convert"]

[dependencies.arch-satellite-syn]
version = "0.32.0"

[dependencies.heck]
version = "0.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "1"
features = ["full"]