1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 05:52:59 +01:00
actix-net/actix-macros/Cargo.toml

28 lines
630 B
TOML
Raw Normal View History

2019-11-25 16:49:11 +01:00
[package]
name = "actix-macros"
version = "0.2.3"
2021-06-08 18:48:30 +02:00
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Ibraheem Ahmed <ibrah1440@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
2021-06-08 18:48:30 +02:00
]
2021-02-02 03:07:58 +01:00
description = "Macros for Actix system and runtime"
2021-10-14 12:08:02 +02:00
repository = "https://github.com/actix/actix-net.git"
2019-11-25 16:49:11 +01:00
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
2019-11-25 16:49:11 +01:00
edition = "2018"
[lib]
proc-macro = true
[dependencies]
2020-03-06 05:45:21 +01:00
quote = "1.0.3"
2019-11-25 16:49:11 +01:00
syn = { version = "^1", features = ["full"] }
[dev-dependencies]
actix-rt = "2.0.0"
2020-04-26 21:11:16 +02:00
futures-util = { version = "0.3.7", default-features = false }
rustversion = "1"
2020-04-26 21:11:16 +02:00
trybuild = "1"