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 = []