From 47084d8abecb15bfb8b9d3e8a0d674db27b8a649 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 12 Mar 2022 16:37:55 +0000 Subject: [PATCH] make docs.rs use all the features --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d4cdf4..c35f811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "packeteer" 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" authors = ["Celeste "] license = "LGPL-3.0-or-later" @@ -11,7 +11,8 @@ readme = "README.md" keywords = ["packets", "protocol", "http", "assistance", "networking"] 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] http1 = []