make docs.rs use all the features

This commit is contained in:
abbie 2022-03-12 16:37:55 +00:00
parent d920e9fde2
commit 47084d8abe
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -1,7 +1,7 @@
[package] [package]
name = "packeteer" name = "packeteer"
description = "An attempt at a Rust library that can be used to assist in programmatically analysing, serving and handling received protocol packets." description = "An attempt at a Rust library that can be used to assist in programmatically analysing, serving and handling received protocol packets."
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
authors = ["Celeste <colean@colean.cc>"] authors = ["Celeste <colean@colean.cc>"]
license = "LGPL-3.0-or-later" license = "LGPL-3.0-or-later"
@ -11,7 +11,8 @@ readme = "README.md"
keywords = ["packets", "protocol", "http", "assistance", "networking"] keywords = ["packets", "protocol", "http", "assistance", "networking"]
categories = ["data-structures", "value-formatting", "parsing", "network-programming"] categories = ["data-structures", "value-formatting", "parsing", "network-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs]
all-features = true
[features] [features]
http1 = [] http1 = []