feat(cargo): prepare for crates.io release.
This commit is contained in:
		
							
								
								
									
										44
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										44
									
								
								Cargo.toml
									
									
									
									
									
								
							| @@ -1,32 +1,22 @@ | |||||||
| [package] | [package] | ||||||
|  |  | ||||||
| name = "hyper" | name = "hyper" | ||||||
| version = "0.0.1" | version = "0.0.8" | ||||||
| authors = ["Sean McArthur <sean.monstar@gmail.com>"] | 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>"] | ||||||
|  |  | ||||||
| [dependencies.url] | [dependencies] | ||||||
| git = "https://github.com/servo/rust-url" | url = "*" | ||||||
|  | openssl = "*" | ||||||
|  | mime = "*" | ||||||
|  | unsafe-any = "*" | ||||||
|  | typeable = "*" | ||||||
|  | cookie = "*" | ||||||
|  | time = "*" | ||||||
|  | mucell = "*" | ||||||
|  |  | ||||||
| [dependencies.openssl] |  | ||||||
| git = "https://github.com/sfackler/rust-openssl" |  | ||||||
|  |  | ||||||
| [dependencies.mime] |  | ||||||
| git = "https://github.com/hyperium/mime.rs" |  | ||||||
|  |  | ||||||
| [dependencies.unsafe-any] |  | ||||||
| git = "https://github.com/reem/rust-unsafe-any" |  | ||||||
|  |  | ||||||
| [dev-dependencies.curl] |  | ||||||
| git = "https://github.com/carllerche/curl-rust" |  | ||||||
|  |  | ||||||
| [dev-dependencies.http] |  | ||||||
| git = "https://github.com/chris-morgan/rust-http" |  | ||||||
|  |  | ||||||
| [dependencies.cookie] |  | ||||||
| git = "https://github.com/alexcrichton/cookie-rs" |  | ||||||
|  |  | ||||||
| [dependencies.time] |  | ||||||
| git = "https://github.com/rust-lang/time" |  | ||||||
|  |  | ||||||
| [dependencies.mucell] |  | ||||||
| git = "https://github.com/chris-morgan/mucell" |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user