rialo-sol-attribute-program 0.1.8

Sol attribute macro for defining a program
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.bs58]
version = "0.5.1"

[dependencies.heck]
version = "0.3"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.rialo-sol-lang-idl]
features = ["convert"]
version = "^0.1.0"

[dependencies.rialo-sol-syn]
version = "^0.1.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.143"

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

[features]
idl-build = ["rialo-sol-syn/idl-build"]
interface-instructions = ["rialo-sol-syn/interface-instructions"]
sol-debug = ["rialo-sol-syn/sol-debug"]

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

[package]
authors = ["Subzero Labs <build@subzero.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Sol attribute macro for defining a program"
edition = "2021"
license = "Apache-2.0"
name = "rialo-sol-attribute-program"
publish = ["crates-io"]
readme = false
version = "0.1.8"