teloxide/Cargo.toml

19 lines
428 B
TOML
Raw Normal View History

2020-02-24 14:48:37 +06:00
[package]
name = "teloxide-macros"
2022-07-19 21:56:59 +06:00
version = "0.6.3"
2020-02-24 14:49:39 +06:00
description = "The teloxide's procedural macros"
2020-02-24 14:48:37 +06:00
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
license = "MIT"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"
2020-02-24 14:48:37 +06:00
[lib]
proc-macro = true