Files
poem/poem-derive/Cargo.toml
Sunli d44b48aa83 bump syn from 1.0 to 2.0
bump `darling` from `0.14` to `0.20`
deprecated `poem-dbsession` crate
2023-06-21 19:18:38 +08:00

28 lines
630 B
TOML

[package]
name = "poem-derive"
version = "1.3.56"
authors.workspace = true
edition.workspace = true
license.workspace = true
documentation.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Macros for poem"
keywords = ["http", "web", "framework", "async"]
categories = [
"network-programming",
"asynchronous",
"web-programming::http-server",
"web-programming::websocket",
]
[lib]
proc-macro = true
[dependencies]
proc-macro-crate.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["full"] }