teloxide/crates/teloxide-macros/Cargo.toml

26 lines
506 B
TOML
Raw Normal View History

2020-02-24 14:48:37 +06:00
[package]
name = "teloxide-macros"
2023-01-17 20:50:52 +04:00
version = "0.7.1"
2020-02-24 14:49:39 +06:00
description = "The teloxide's procedural macros"
2020-02-24 14:48:37 +06:00
2022-11-18 01:15:48 +04: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 14:48:37 +06:00
2022-09-29 14:08:27 +04:00
[lib]
proc-macro = true
2022-11-18 01:15:48 +04:00
2020-02-24 14:48:37 +06:00
[dependencies]
quote = "1.0.7"
proc-macro2 = "1.0.19"
2020-07-23 23:56:25 +06:00
syn = { version = "1.0.13", features = ["full"] }
2022-03-22 18:05:58 +08:00
heck = "0.4.0"