arch-satellite-attribute-error 0.32.0

Satellite attribute macro for creating error types
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-error"
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 creating error types"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Arch-Network/satellite"

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

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

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

[dependencies.quote]
version = "1"

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