actix-net/actix-macros/Cargo.toml

22 lines
502 B
TOML
Raw Normal View History

2019-11-25 15:49:11 +00:00
[package]
name = "actix-macros"
2019-12-14 17:01:55 +00:00
version = "0.1.1"
2019-11-25 15:49:11 +00:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-12-01 14:30:24 +00:00
description = "Actix runtime macros"
2019-11-25 15:49:11 +00:00
repository = "https://github.com/actix/actix-net"
documentation = "https://docs.rs/actix-macros/"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
edition = "2018"
workspace = ".."
[lib]
proc-macro = true
[dependencies]
2020-03-06 04:45:21 +00:00
quote = "1.0.3"
2019-11-25 15:49:11 +00:00
syn = { version = "^1", features = ["full"] }
[dev-dependencies]
actix-rt = { version = "1.0.0" }