mirror of
https://github.com/poem-web/poem.git
synced 2026-01-25 04:18:25 +00:00
28 lines
630 B
TOML
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"] }
|