chore(lib): begin 1.0 development (#2882)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.14.19"
|
version = "1.0.0-dev.0"
|
||||||
description = "A fast and correct HTTP library."
|
description = "A fast and correct HTTP library."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://hyper.rs"
|
homepage = "https://hyper.rs"
|
||||||
@@ -12,6 +12,8 @@ keywords = ["http", "hyper", "hyperium"]
|
|||||||
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
|
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
publish = false # no accidents while in dev
|
||||||
|
|
||||||
include = [
|
include = [
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
A **fast** and **correct** HTTP implementation for Rust.
|
A **fast** and **correct** HTTP implementation for Rust.
|
||||||
|
|
||||||
|
> **Note**: hyper's [master](https://github.com/hyperium/hyper) branch is
|
||||||
|
> currently preparing breaking changes. For the most recently *released* code,
|
||||||
|
> look to the [0.14.x branch](https://github.com/hyperium/hyper/tree/0.14.x).
|
||||||
|
|
||||||
- HTTP/1 and HTTP/2
|
- HTTP/1 and HTTP/2
|
||||||
- Asynchronous design
|
- Asynchronous design
|
||||||
- Leading in performance
|
- Leading in performance
|
||||||
|
|||||||
Reference in New Issue
Block a user