* Upgrade to bytes 0.6 * Update Cargo.toml Co-authored-by: Eliza Weisman <eliza@buoyant.io> * Update tests/h2-support/Cargo.toml Co-authored-by: Eliza Weisman <eliza@buoyant.io> Co-authored-by: Eliza Weisman <eliza@buoyant.io>
		
			
				
	
	
		
			17 lines
		
	
	
		
			461 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			461 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "h2-support"
 | |
| version = "0.1.0"
 | |
| authors = ["Carl Lerche <me@carllerche.com>"]
 | |
| edition = "2018"
 | |
| 
 | |
| [dependencies]
 | |
| h2 = { path = "../..", features = ["stream", "unstable"] }
 | |
| 
 | |
| bytes = "0.6"
 | |
| tracing = "0.1"
 | |
| tracing-subscriber = { version = "0.2", default-features = false, features = ["fmt", "chrono", "ansi"] }
 | |
| futures = { version = "0.3", default-features = false }
 | |
| http = "0.2"
 | |
| tokio = { version = "0.3.2", features = ["time"] }
 | |
| tokio-test = "0.3"
 |