fix: trying to add crate features to docs.rs

This commit is contained in:
DarkCat09 2024-08-30 15:41:52 +04:00
parent 8628b78598
commit 71140fb18a
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82
2 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View file

@ -886,7 +886,7 @@ dependencies = [
[[package]] [[package]]
name = "tokio-gemini" name = "tokio-gemini"
version = "0.5.1" version = "0.5.2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"base16ct", "base16ct",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "tokio-gemini" name = "tokio-gemini"
version = "0.5.1" version = "0.5.2"
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://unw.dc09.ru" homepage = "https://unw.dc09.ru"
@ -9,6 +9,10 @@ readme = "README.md"
description = "Gemini protocol client and server implementation written in Rust with Tokio" description = "Gemini protocol client and server implementation written in Rust with Tokio"
categories = ["network-programming"] categories = ["network-programming"]
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
base16ct = "0.2.0" base16ct = "0.2.0"
base64ct = "1.6.0" base64ct = "1.6.0"