2020-02-24 09:48:37 +01:00
|
|
|
[package]
|
|
|
|
name = "teloxide-macros"
|
2023-01-17 17:50:52 +01:00
|
|
|
version = "0.7.1"
|
2020-02-24 09:49:39 +01:00
|
|
|
description = "The teloxide's procedural macros"
|
2020-02-24 09:48:37 +01:00
|
|
|
|
2022-11-17 22:15:48 +01:00
|
|
|
rust-version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
documentation = "https://docs.rs/teloxide-core/"
|
|
|
|
# FIXME: add a simple readme for teloxide-macros
|
|
|
|
#readme = "README.md"
|
|
|
|
|
2020-02-24 09:48:37 +01:00
|
|
|
|
2022-09-29 12:08:27 +02:00
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
2022-11-17 22:15:48 +01:00
|
|
|
|
2020-02-24 09:48:37 +01:00
|
|
|
[dependencies]
|
2020-07-25 18:33:56 +02:00
|
|
|
quote = "1.0.7"
|
|
|
|
proc-macro2 = "1.0.19"
|
2020-07-23 19:56:25 +02:00
|
|
|
syn = { version = "1.0.13", features = ["full"] }
|
2022-03-22 11:05:58 +01:00
|
|
|
heck = "0.4.0"
|