From cb820a49b20f397b99bf4dc65261477977f3a2aa Mon Sep 17 00:00:00 2001 From: loki-cmu Date: Sun, 3 Nov 2024 16:59:19 +0800 Subject: [PATCH] fix: crate categories --- crates/anychain-bitcoin/Cargo.toml | 3 ++- crates/anychain-core/Cargo.toml | 2 +- crates/anychain-ethereum/Cargo.toml | 3 ++- crates/anychain-filecoin/Cargo.toml | 3 ++- crates/anychain-kms/Cargo.toml | 1 + crates/anychain-polkadot/Cargo.toml | 3 ++- crates/anychain-ripple/Cargo.toml | 3 ++- crates/anychain-tron/Cargo.toml | 3 ++- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/crates/anychain-bitcoin/Cargo.toml b/crates/anychain-bitcoin/Cargo.toml index e67f72e..2c5f378 100644 --- a/crates/anychain-bitcoin/Cargo.toml +++ b/crates/anychain-bitcoin/Cargo.toml @@ -2,7 +2,8 @@ name = "anychain-bitcoin" description = "A Rust library for Bitcoin-focused cryptocurrency wallets, enabling seamless transactions on the Bitcoin blockchain" version = "0.1.8" -keywords = ["bitcoin", "blockchain", "cryptocurrencies", "wallet", "transactions"] +keywords = ["bitcoin", "blockchain", "wallet", "transactions"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } diff --git a/crates/anychain-core/Cargo.toml b/crates/anychain-core/Cargo.toml index b02d385..9578b63 100644 --- a/crates/anychain-core/Cargo.toml +++ b/crates/anychain-core/Cargo.toml @@ -2,7 +2,7 @@ name = "anychain-core" version = "0.1.7" description = "A core support for cryptocurrency wallets" -categories = ["command-line-utilities", "cryptocurrencies"] +categories = ["command-line-utilities", "cryptography::cryptocurrencies"] keywords = ["bitcoin", "blockchain", "ethereum", "no_std"] readme = "README.md" diff --git a/crates/anychain-ethereum/Cargo.toml b/crates/anychain-ethereum/Cargo.toml index 3d78178..49fdf76 100644 --- a/crates/anychain-ethereum/Cargo.toml +++ b/crates/anychain-ethereum/Cargo.toml @@ -2,7 +2,8 @@ name = "anychain-ethereum" description = "A Rust library for Ethereum-focused cryptocurrency wallets, enabling seamless transactions on the Ethereum blockchain" version = "0.1.19" -keywords = ["blockchain", "crypto", "cryptocurrencies", "ethereum", "wallet"] +keywords = ["blockchain", "crypto", "ethereum", "wallet"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } diff --git a/crates/anychain-filecoin/Cargo.toml b/crates/anychain-filecoin/Cargo.toml index 1748063..c46306c 100644 --- a/crates/anychain-filecoin/Cargo.toml +++ b/crates/anychain-filecoin/Cargo.toml @@ -2,7 +2,8 @@ name = "anychain-filecoin" description = "A Rust library for Filecoin-focused cryptocurrency wallets, enabling seamless transactions on the Filecoin blockchain" version = "0.1.9" -keywords = ["filecoin", "blockchain", "cryptocurrencies", "wallet", "transactions"] +keywords = ["filecoin", "blockchain", "wallet", "transactions"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } diff --git a/crates/anychain-kms/Cargo.toml b/crates/anychain-kms/Cargo.toml index 77eff3d..67e97c1 100644 --- a/crates/anychain-kms/Cargo.toml +++ b/crates/anychain-kms/Cargo.toml @@ -3,6 +3,7 @@ name = "anychain-kms" description = "A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms." version = "0.1.13" keywords = ["cryptography", "security", "signature", "algorithm"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } diff --git a/crates/anychain-polkadot/Cargo.toml b/crates/anychain-polkadot/Cargo.toml index b538bcc..de75c56 100644 --- a/crates/anychain-polkadot/Cargo.toml +++ b/crates/anychain-polkadot/Cargo.toml @@ -2,7 +2,8 @@ name = "anychain-polkadot" description = "A Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain" version = "0.1.4" -keywords = ["polkadot", "blockchain", "cryptocurrencies", "wallet", "transactions"] +keywords = ["polkadot", "blockchain", "wallet", "transactions"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } diff --git a/crates/anychain-ripple/Cargo.toml b/crates/anychain-ripple/Cargo.toml index ab9f28a..7bd4692 100644 --- a/crates/anychain-ripple/Cargo.toml +++ b/crates/anychain-ripple/Cargo.toml @@ -2,7 +2,8 @@ name = "anychain-ripple" description = "A Rust library for interacting with the Ripple blockchain. It provides core functionalities such as transaction signing and serialization, address generation, and network communication." version = "0.1.10" -keywords = ["ripple", "blockchain", "cryptocurrencies", "wallet", "transactions"] +keywords = ["ripple", "blockchain", "wallet", "transactions"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } diff --git a/crates/anychain-tron/Cargo.toml b/crates/anychain-tron/Cargo.toml index 46994ae..886cdcc 100644 --- a/crates/anychain-tron/Cargo.toml +++ b/crates/anychain-tron/Cargo.toml @@ -2,7 +2,8 @@ name = "anychain-tron" description = "A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain" version = "0.2.8" -keywords = ["tron", "blockchain", "cryptocurrencies", "wallet", "transactions"] +keywords = ["tron", "blockchain", "wallet", "transactions"] +categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true }