mirror of https://github.com/fafhrd91/actix-net
				
				
				
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			549 B
		
	
	
	
		
			TOML
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			549 B
		
	
	
	
		
			TOML
		
	
	
	
[package]
 | 
						|
name = "actix-macros"
 | 
						|
version = "0.1.2"
 | 
						|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
 | 
						|
description = "Actix runtime macros"
 | 
						|
repository = "https://github.com/actix/actix-net"
 | 
						|
documentation = "https://docs.rs/actix-macros/"
 | 
						|
categories = ["network-programming", "asynchronous"]
 | 
						|
license = "MIT OR Apache-2.0"
 | 
						|
edition = "2018"
 | 
						|
 | 
						|
[lib]
 | 
						|
proc-macro = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
quote = "1.0.3"
 | 
						|
syn = { version = "^1", features = ["full"] }
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
actix-rt = "1.0"
 | 
						|
 | 
						|
futures-util = { version = "0.3", default-features = false }
 | 
						|
trybuild = "1"
 |