make docs.rs use all the features
This commit is contained in:
parent
d920e9fde2
commit
47084d8abe
1 changed files with 3 additions and 2 deletions
|
@ -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 = []
|
||||||
|
|
Loading…
Reference in a new issue