From 81834559a640859cfea409f0dddb92fc327c2c7b Mon Sep 17 00:00:00 2001 From: "liuqiang.06" Date: Mon, 11 Nov 2024 17:49:10 +0800 Subject: [PATCH] chore: adjust description --- sonic-number/Cargo.toml | 5 +---- sonic-simd/Cargo.toml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sonic-number/Cargo.toml b/sonic-number/Cargo.toml index 7d6ed5f..3ae5299 100644 --- a/sonic-number/Cargo.toml +++ b/sonic-number/Cargo.toml @@ -1,12 +1,9 @@ [package] authors = ["Volo Team "] -documentation = "https://docs.rs/sonic-rs" edition = "2021" -exclude = ["benchmarks", "assets"] -keywords = ["json", "simd", "serde", "serialization"] license = "Apache-2.0" name = "sonic-number" -readme = "README.md" +description = "Fast number parsing based on SIMD" repository = "https://github.com/cloudwego/sonic-rs" version = "0.1.0" diff --git a/sonic-simd/Cargo.toml b/sonic-simd/Cargo.toml index 0b6a4e0..cac1582 100644 --- a/sonic-simd/Cargo.toml +++ b/sonic-simd/Cargo.toml @@ -1,12 +1,9 @@ [package] authors = ["Volo Team "] -documentation = "https://docs.rs/sonic-simd" edition = "2021" -exclude = ["benchmarks", "assets"] -keywords = ["json", "simd", "serde", "serialization"] license = "Apache-2.0" +description = "Portable SIMD API for sonic-rs" name = "sonic-simd" -readme = "README.md" repository = "https://github.com/cloudwego/sonic-rs" version = "0.1.0"