chore(server): setup ServerProto pieces to be deprecated

- Adds a `server-proto` feature that is added to default features.
- If `server-proto` feature is not enabled, pieces that will eventually
  be deprecated and optional will be tagged deprecated, but with a note
  about the missing `server-proto` feature.
This commit is contained in:
Sean McArthur
2017-11-09 15:45:13 -08:00
parent 1bb3258afd
commit b60d4cda3d
5 changed files with 323 additions and 258 deletions

View File

@@ -43,7 +43,8 @@ pretty_env_logger = "0.1"
spmc = "0.2"
[features]
default = []
default = ["server-proto"]
nightly = []
raw_status = []
compat = [ "http" ]
server-proto = []