teloxide-plugins-macros 0.1.2

Procedural macros for Teloxide smart plugins
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 = "teloxide-plugins-macros"
version = "0.1.2"
authors = ["Junaid Rahman <junaid.cloud2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for Teloxide smart plugins"
readme = false
license = "MIT"

[features]
default = []

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

[dependencies.ctor]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]
default-features = false

[dependencies.quote]
version = "1.0"
default-features = false

[dependencies.syn]
version = "2.0"
features = ["full"]
default-features = false

[profile.dev]
opt-level = 2
debug = 2
incremental = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = "debuginfo"