From 725f1ecb80b6c98a0b918a3f80fda790030d5ebd Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Fri, 2 Dec 2022 16:42:00 +0800 Subject: [PATCH] update cargo.toml --- bitpacker/Cargo.toml | 2 ++ common/Cargo.toml | 4 ++++ fastfield_codecs/Cargo.toml | 3 +++ ownedbytes/Cargo.toml | 4 ++++ 4 files changed, 13 insertions(+) diff --git a/bitpacker/Cargo.toml b/bitpacker/Cargo.toml index 48c1b8a1c..194f53298 100644 --- a/bitpacker/Cargo.toml +++ b/bitpacker/Cargo.toml @@ -8,6 +8,8 @@ categories = [] description = """Tantivy-sub crate: bitpacking""" repository = "https://github.com/quickwit-oss/tantivy" keywords = [] +documentation = "https://docs.rs/tantivy-bitpacker/latest/tantivy_bitpacker" +homepage = "https://github.com/quickwit-oss/tantivy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/Cargo.toml b/common/Cargo.toml index f7085d9c1..5538d4e5b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -5,6 +5,10 @@ authors = ["Paul Masurel ", "Pascal Seitz license = "MIT" edition = "2021" description = "common traits and utility functions used by multiple tantivy subcrates" +documentation = "https://docs.rs/tantivy_common/" +homepage = "https://github.com/quickwit-oss/tantivy" +repository = "https://github.com/quickwit-oss/tantivy" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/fastfield_codecs/Cargo.toml b/fastfield_codecs/Cargo.toml index a53a8ceeb..bb9fe4057 100644 --- a/fastfield_codecs/Cargo.toml +++ b/fastfield_codecs/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Pascal Seitz "] license = "MIT" edition = "2021" description = "Fast field codecs used by tantivy" +documentation = "https://docs.rs/fastfield_codecs/" +homepage = "https://github.com/quickwit-oss/tantivy" +repository = "https://github.com/quickwit-oss/tantivy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ownedbytes/Cargo.toml b/ownedbytes/Cargo.toml index b06db9f93..a1834ce77 100644 --- a/ownedbytes/Cargo.toml +++ b/ownedbytes/Cargo.toml @@ -5,6 +5,10 @@ version = "0.3.0" edition = "2021" description = "Expose data as static slice" license = "MIT" +documentation = "https://docs.rs/ownedbytes/" +homepage = "https://github.com/quickwit-oss/tantivy" +repository = "https://github.com/quickwit-oss/tantivy" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]