From 8a5d0d7f1ae915c66719fc32b8de0d4763bae6f2 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 24 Jul 2022 00:13:01 +0300 Subject: [PATCH] chore: fix metadata --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae444ed..9c5bae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,12 @@ categories = ["data-structures", "parsing"] # rust-version = "1.51.0" # The first version of Cargo that supports this field is 1.56.0 -[metadata] +[package.metadata] msrv = "1.51.0" +[package.metadata.docs.rs] +all-features = true + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]