33 lines
		
	
	
		
			637 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			637 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| 
 | |
| name = "hyper"
 | |
| version = "0.4.0"
 | |
| description = "A modern HTTP library."
 | |
| readme = "README.md"
 | |
| documentation = "http://hyperium.github.io/hyper/hyper/index.html"
 | |
| repository = "https://github.com/hyperium/hyper"
 | |
| license = "MIT"
 | |
| authors = ["Sean McArthur <sean.monstar@gmail.com>",
 | |
|            "Jonathan Reem <jonathan.reem@gmail.com>"]
 | |
| keywords = ["http", "hyper", "hyperium"]
 | |
| 
 | |
| [dependencies]
 | |
| cookie = "*"
 | |
| httparse = "*"
 | |
| log = ">= 0.2.0"
 | |
| mime = "*"
 | |
| num_cpus = "*"
 | |
| openssl = "*"
 | |
| rustc-serialize = "*"
 | |
| time = "*"
 | |
| unicase = "*"
 | |
| url = "*"
 | |
| traitobject = "*"
 | |
| typeable = "*"
 | |
| 
 | |
| [dev-dependencies]
 | |
| env_logger = "*"
 | |
| 
 | |
| [features]
 | |
| nightly = []
 |