teloxide/crates/teloxide-macros/Cargo.toml

18 lines
379 B
TOML
Raw Normal View History

2020-02-24 09:48:37 +01:00
[package]
name = "teloxide-macros"
2022-10-06 18:54:30 +02:00
version = "0.7.0"
2020-02-24 09:49:39 +01:00
description = "The teloxide's procedural macros"
2020-02-24 09:48:37 +01:00
license = "MIT"
2022-10-06 19:37:04 +02:00
edition = "2021"
2020-02-24 09:48:37 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-09-29 12:08:27 +02:00
[lib]
proc-macro = true
2020-02-24 09:48:37 +01:00
[dependencies]
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"